Html Css Color HEX #AF837E Brandy Rose

📋 copy color: '#AF837E'

red 175 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #AF837E

Tints of Brandy Rose #AF837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 40.51%
G = 30.32%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF837E (or 0xAF837E) is known color: Brandy Rose. HEX triplet: AF, 83 and 7E. RGB value is (175,131,126). Sum of RGB (Red+Green+Blue) = 175+131+126=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF837E is #507C81. Grayscale: #8F8F8F. Windows color (decimal): -5274754 or 8291247. OLE color: 8291247.

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

Color convert

RGB 175 131 126 -
CMYK 0 0.25 0.28 0.31
HSL 6.12º 0.23% 0.59% -
HSV(B) 6.12º 0.28% 0.69% -
XYZ 29.56 26.85 23.36 -
YUV 143.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 175 131 126 0 0.25 0.28 0.31 6.12 0.23 0.59
Hex AF 83 7E 0 19 1C 1F 6 17 3B
Octal 257 203 176 0 31 34 37 6 27 73
Binary 10101111 10000011 1111110 0 11001 11100 11111 110 10111 111011

Color Harmonies of #AF837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF837E

Black with #AF837E

Text Example


Text Example

White with #AF837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF837E; }

 p { color: rgb(175,131,126); }

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

background-color css

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

 a { background-color: rgb(175,131,126); }

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

border-color css

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

 span { border-color: rgb(175,131,126); }

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