Html Css Color HEX #AF857F Brandy Rose

📋 copy color: '#AF857F'

red 175 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #AF857F

Tints of Brandy Rose #AF857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 40.23%
G = 30.57%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF857F (or 0xAF857F) is known color: Brandy Rose. HEX triplet: AF, 85 and 7F. RGB value is (175,133,127). Sum of RGB (Red+Green+Blue) = 175+133+127=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF857F is #507A80. Grayscale: #909090. Windows color (decimal): -5274241 or 8357295. OLE color: 8357295.

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

Color convert

RGB 175 133 127 -
CMYK 0 0.24 0.27 0.31
HSL 7.5º 0.23% 0.59% -
HSV(B) 7.5º 0.27% 0.69% -
XYZ 29.9 27.42 23.8 -
YUV 144.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 175 133 127 0 0.24 0.27 0.31 7.5 0.23 0.59
Hex AF 85 7F 0 18 1B 1F 8 17 3B
Octal 257 205 177 0 30 33 37 10 27 73
Binary 10101111 10000101 1111111 0 11000 11011 11111 1000 10111 111011

Color Harmonies of #AF857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF857F

Black with #AF857F

Text Example


Text Example

White with #AF857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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