Html Css Color HEX #AF877E Brandy Rose

📋 copy color: '#AF877E'

red 175 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #AF877E

Tints of Brandy Rose #AF877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 40.14%
G = 30.96%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF877E (or 0xAF877E) is known color: Brandy Rose. HEX triplet: AF, 87 and 7E. RGB value is (175,135,126). Sum of RGB (Red+Green+Blue) = 175+135+126=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF877E is #507881. Grayscale: #929292. Windows color (decimal): -5273730 or 8292271. OLE color: 8292271.

HSL color Cylindrical-coordinate representation of color #AF877E: hue angle of 11.02º 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 #AF877E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 126 -
CMYK 0 0.23 0.28 0.31
HSL 11.02º 0.23% 0.59% -
HSV(B) 11.02º 0.28% 0.69% -
XYZ 30.11 27.95 23.55 -
YUV 145.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 175 135 126 0 0.23 0.28 0.31 11.02 0.23 0.59
Hex AF 87 7E 0 17 1C 1F B 17 3B
Octal 257 207 176 0 27 34 37 13 27 73
Binary 10101111 10000111 1111110 0 10111 11100 11111 1011 10111 111011

Color Harmonies of #AF877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF877E

Black with #AF877E

Text Example


Text Example

White with #AF877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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