Html Css Color HEX #A88379 Brandy Rose

📋 copy color: '#A88379'

red 168 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #A88379

Tints of Brandy Rose #A88379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 40%
G = 31.19%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A88379 (or 0xA88379) is known color: Brandy Rose. HEX triplet: A8, 83 and 79. RGB value is (168,131,121). Sum of RGB (Red+Green+Blue) = 168+131+121=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A88379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88379 is #577C86. Grayscale: #8D8D8D. Windows color (decimal): -5733511 or 7963560. OLE color: 7963560.

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

Color convert

RGB 168 131 121 -
CMYK 0 0.22 0.28 0.34
HSL 12.77º 0.21% 0.57% -
HSV(B) 12.77º 0.28% 0.66% -
XYZ 27.72 25.94 21.63 -
YUV 140.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 168 131 121 0 0.22 0.28 0.34 12.77 0.21 0.57
Hex A8 83 79 0 16 1C 22 D 15 39
Octal 250 203 171 0 26 34 42 15 25 71
Binary 10101000 10000011 1111001 0 10110 11100 100010 1101 10101 111001

Color Harmonies of #A88379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88379

Black with #A88379

Text Example


Text Example

White with #A88379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88379; }

 p { color: rgb(168,131,121); }

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

background-color css

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

 a { background-color: rgb(168,131,121); }

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

border-color css

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

 span { border-color: rgb(168,131,121); }

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