Html Css Color HEX #AF8884 Brandy Rose

📋 copy color: '#AF8884'

red 175 ◦ green 136 ◦ blue 132

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

Shades of Brandy Rose #AF8884

Tints of Brandy Rose #AF8884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.8%

R = 39.5%
G = 30.7%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF8884 (or 0xAF8884) is known color: Brandy Rose. HEX triplet: AF, 88 and 84. RGB value is (175,136,132). Sum of RGB (Red+Green+Blue) = 175+136+132=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8884 is #50777B. Grayscale: #939393. Windows color (decimal): -5273468 or 8685743. OLE color: 8685743.

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

Color convert

RGB 175 136 132 -
CMYK 0 0.22 0.25 0.31
HSL 5.58º 0.21% 0.6% -
HSV(B) 5.58º 0.25% 0.69% -
XYZ 30.65 28.39 25.69 -
YUV 147.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 175 136 132 0 0.22 0.25 0.31 5.58 0.21 0.6
Hex AF 88 84 0 16 19 1F 6 15 3C
Octal 257 210 204 0 26 31 37 6 25 74
Binary 10101111 10001000 10000100 0 10110 11001 11111 110 10101 111100

Color Harmonies of #AF8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8884

Black with #AF8884

Text Example


Text Example

White with #AF8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8884; }

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

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

background-color css

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

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

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

border-color css

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

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

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