Html Css Color HEX #AF887F Brandy Rose

📋 copy color: '#AF887F'

red 175 ◦ green 136 ◦ blue 127

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

Shades of Brandy Rose #AF887F

Tints of Brandy Rose #AF887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 39.95%
G = 31.05%
B = 29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF887F (or 0xAF887F) is known color: Brandy Rose. HEX triplet: AF, 88 and 7F. RGB value is (175,136,127). Sum of RGB (Red+Green+Blue) = 175+136+127=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF887F is #507780. Grayscale: #929292. Windows color (decimal): -5273473 or 8358063. OLE color: 8358063.

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

Color convert

RGB 175 136 127 -
CMYK 0 0.22 0.27 0.31
HSL 11.25º 0.23% 0.59% -
HSV(B) 11.25º 0.27% 0.69% -
XYZ 30.31 28.25 23.93 -
YUV 146.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 175 136 127 0 0.22 0.27 0.31 11.25 0.23 0.59
Hex AF 88 7F 0 16 1B 1F B 17 3B
Octal 257 210 177 0 26 33 37 13 27 73
Binary 10101111 10001000 1111111 0 10110 11011 11111 1011 10111 111011

Color Harmonies of #AF887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF887F

Black with #AF887F

Text Example


Text Example

White with #AF887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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