Html Css Color HEX #A8887C Brandy Rose

📋 copy color: '#A8887C'

red 168 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #A8887C

Tints of Brandy Rose #A8887C

RGB

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

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

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

R = 39.25%
G = 31.78%
B = 28.97%

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

#A8887C (or 0xA8887C) is known color: Brandy Rose. HEX triplet: A8, 88 and 7C. RGB value is (168,136,124). Sum of RGB (Red+Green+Blue) = 168+136+124=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8887C is #577783. Grayscale: #909090. Windows color (decimal): -5732228 or 8161448. OLE color: 8161448.

HSL color Cylindrical-coordinate representation of color #A8887C: hue angle of 16.36º 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 #A8887C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 124 -
CMYK 0 0.19 0.26 0.34
HSL 16.36º 0.2% 0.57% -
HSV(B) 16.36º 0.26% 0.66% -
XYZ 28.59 27.39 22.85 -
YUV 144.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 168 136 124 0 0.19 0.26 0.34 16.36 0.2 0.57
Hex A8 88 7C 0 13 1A 22 10 14 39
Octal 250 210 174 0 23 32 42 20 24 71
Binary 10101000 10001000 1111100 0 10011 11010 100010 10000 10100 111001

Color Harmonies of #A8887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8887C

Black with #A8887C

Text Example


Text Example

White with #A8887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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