Html Css Color HEX #AF847C Brandy Rose

📋 copy color: '#AF847C'

red 175 ◦ green 132 ◦ blue 124

#AF847C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #AF847C

Tints of Brandy Rose #AF847C

RGB

 RED value IS 175 (68.75% from 255) = 40.6%

 GREEN value IS 132 (51.95% from 255) = 30.63%

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 40.6%
G = 30.63%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF847C (or 0xAF847C) is known color: Brandy Rose. HEX triplet: AF, 84 and 7C. RGB value is (175,132,124). Sum of RGB (Red+Green+Blue) = 175+132+124=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847C is #507B83. Grayscale: #909090. Windows color (decimal): -5274500 or 8160431. OLE color: 8160431.

HSL color Cylindrical-coordinate representation of color #AF847C: hue angle of 9.41º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF847C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 124 -
CMYK 0 0.25 0.29 0.31
HSL 9.41º 0.24% 0.59% -
HSV(B) 9.41º 0.29% 0.69% -
XYZ 29.57 27.07 22.74 -
YUV 143.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 175 132 124 0 0.25 0.29 0.31 9.41 0.24 0.59
Hex AF 84 7C 0 19 1D 1F 9 18 3B
Octal 257 204 174 0 31 35 37 11 30 73
Binary 10101111 10000100 1111100 0 11001 11101 11111 1001 11000 111011

Color Harmonies of #AF847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF847C

Black with #AF847C

Text Example


Text Example

White with #AF847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF847C; }

 p { color: rgb(175,132,124); }

 H1.HeaderClassName
 {
   color: #AF847C;
 }
 .AnyTagClassName
 {
   color: #AF847C;
 }
</style>

background-color css

<style>
 a { background-color: #AF847C; }

 a { background-color: rgb(175,132,124); }

 div.DivClassName
 {
   background-color: #AF847C;
 }
 .BgClassName
 {
   background-color: #AF847C;
 }
</style>

border-color css

<style>
 span { border-color: #AF847C; }

 span { border-color: rgb(175,132,124); }

 td.TdClassName
 {
   border-color: #AF847C;
 }
 .TagClassName
 {
   border-color: #AF847C;
 }
</style>