Html Css Color HEX #AF867F Brandy Rose

📋 copy color: '#AF867F'

red 175 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #AF867F

Tints of Brandy Rose #AF867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

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

R = 40.14%
G = 30.73%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF867F (or 0xAF867F) is known color: Brandy Rose. HEX triplet: AF, 86 and 7F. RGB value is (175,134,127). Sum of RGB (Red+Green+Blue) = 175+134+127=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF867F is #507980. Grayscale: #919191. Windows color (decimal): -5273985 or 8357551. OLE color: 8357551.

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

Color convert

RGB 175 134 127 -
CMYK 0 0.23 0.27 0.31
HSL 8.75º 0.23% 0.59% -
HSV(B) 8.75º 0.27% 0.69% -
XYZ 30.04 27.7 23.84 -
YUV 145.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 175 134 127 0 0.23 0.27 0.31 8.75 0.23 0.59
Hex AF 86 7F 0 17 1B 1F 9 17 3B
Octal 257 206 177 0 27 33 37 11 27 73
Binary 10101111 10000110 1111111 0 10111 11011 11111 1001 10111 111011

Color Harmonies of #AF867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF867F

Black with #AF867F

Text Example


Text Example

White with #AF867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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