Html Css Color HEX #AF887C Brandy Rose

📋 copy color: '#AF887C'

red 175 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #AF887C

Tints of Brandy Rose #AF887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 40.23%
G = 31.26%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF887C (or 0xAF887C) is known color: Brandy Rose. HEX triplet: AF, 88 and 7C. RGB value is (175,136,124). Sum of RGB (Red+Green+Blue) = 175+136+124=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF887C is #507783. Grayscale: #929292. Windows color (decimal): -5273476 or 8161455. OLE color: 8161455.

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

Color convert

RGB 175 136 124 -
CMYK 0 0.22 0.29 0.31
HSL 14.12º 0.24% 0.59% -
HSV(B) 14.12º 0.29% 0.69% -
XYZ 30.12 28.18 22.92 -
YUV 146.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 175 136 124 0 0.22 0.29 0.31 14.12 0.24 0.59
Hex AF 88 7C 0 16 1D 1F E 18 3B
Octal 257 210 174 0 26 35 37 16 30 73
Binary 10101111 10001000 1111100 0 10110 11101 11111 1110 11000 111011

Color Harmonies of #AF887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF887C

Black with #AF887C

Text Example


Text Example

White with #AF887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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