Html Css Color HEX #A8887D Brandy Rose

📋 copy color: '#A8887D'

red 168 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #A8887D

Tints of Brandy Rose #A8887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 39.16%
G = 31.7%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8887D (or 0xA8887D) is known color: Brandy Rose. HEX triplet: A8, 88 and 7D. RGB value is (168,136,125). Sum of RGB (Red+Green+Blue) = 168+136+125=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8887D is #577782. Grayscale: #909090. Windows color (decimal): -5732227 or 8226984. OLE color: 8226984.

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

Color convert

RGB 168 136 125 -
CMYK 0 0.19 0.26 0.34
HSL 15.35º 0.2% 0.57% -
HSV(B) 15.35º 0.26% 0.66% -
XYZ 28.65 27.41 23.18 -
YUV 144.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 168 136 125 0 0.19 0.26 0.34 15.35 0.2 0.57
Hex A8 88 7D 0 13 1A 22 F 14 39
Octal 250 210 175 0 23 32 42 17 24 71
Binary 10101000 10001000 1111101 0 10011 11010 100010 1111 10100 111001

Color Harmonies of #A8887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8887D

Black with #A8887D

Text Example


Text Example

White with #A8887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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