Html Css Color HEX #AF857E Brandy Rose

📋 copy color: '#AF857E'

red 175 ◦ green 133 ◦ blue 126

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

Shades of Brandy Rose #AF857E

Tints of Brandy Rose #AF857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

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

R = 40.32%
G = 30.65%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF857E (or 0xAF857E) is known color: Brandy Rose. HEX triplet: AF, 85 and 7E. RGB value is (175,133,126). Sum of RGB (Red+Green+Blue) = 175+133+126=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF857E is #507A81. Grayscale: #909090. Windows color (decimal): -5274242 or 8291759. OLE color: 8291759.

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

Color convert

RGB 175 133 126 -
CMYK 0 0.24 0.28 0.31
HSL 8.57º 0.23% 0.59% -
HSV(B) 8.57º 0.28% 0.69% -
XYZ 29.83 27.4 23.45 -
YUV 144.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 175 133 126 0 0.24 0.28 0.31 8.57 0.23 0.59
Hex AF 85 7E 0 18 1C 1F 9 17 3B
Octal 257 205 176 0 30 34 37 11 27 73
Binary 10101111 10000101 1111110 0 11000 11100 11111 1001 10111 111011

Color Harmonies of #AF857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF857E

Black with #AF857E

Text Example


Text Example

White with #AF857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF857E; }

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

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

background-color css

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

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

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

border-color css

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

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

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