Html Css Color HEX #A88884 Brandy Rose

📋 copy color: '#A88884'

red 168 ◦ green 136 ◦ blue 132

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

Shades of Brandy Rose #A88884

Tints of Brandy Rose #A88884

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

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

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

R = 38.53%
G = 31.19%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A88884 (or 0xA88884) is known color: Brandy Rose. HEX triplet: A8, 88 and 84. RGB value is (168,136,132). Sum of RGB (Red+Green+Blue) = 168+136+132=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A88884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88884 is #57777B. Grayscale: #919191. Windows color (decimal): -5732220 or 8685736. OLE color: 8685736.

HSL color Cylindrical-coordinate representation of color #A88884: hue angle of 6.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A88884 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 132 -
CMYK 0 0.19 0.21 0.34
HSL 6.67º 0.17% 0.59% -
HSV(B) 6.67º 0.21% 0.66% -
XYZ 29.12 27.6 25.62 -
YUV 145.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 168 136 132 0 0.19 0.21 0.34 6.67 0.17 0.59
Hex A8 88 84 0 13 15 22 7 11 3B
Octal 250 210 204 0 23 25 42 7 21 73
Binary 10101000 10001000 10000100 0 10011 10101 100010 111 10001 111011

Color Harmonies of #A88884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88884

Black with #A88884

Text Example


Text Example

White with #A88884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88884; }

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

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

background-color css

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

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

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

border-color css

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

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

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