Html Css Color HEX #A88279 Brandy Rose

📋 copy color: '#A88279'

red 168 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #A88279

Tints of Brandy Rose #A88279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 40.1%
G = 31.03%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A88279 (or 0xA88279) is known color: Brandy Rose. HEX triplet: A8, 82 and 79. RGB value is (168,130,121). Sum of RGB (Red+Green+Blue) = 168+130+121=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A88279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88279 is #577D86. Grayscale: #8C8C8C. Windows color (decimal): -5733767 or 7963304. OLE color: 7963304.

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

Color convert

RGB 168 130 121 -
CMYK 0 0.23 0.28 0.34
HSL 11.49º 0.21% 0.57% -
HSV(B) 11.49º 0.28% 0.66% -
XYZ 27.58 25.67 21.59 -
YUV 140.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 168 130 121 0 0.23 0.28 0.34 11.49 0.21 0.57
Hex A8 82 79 0 17 1C 22 B 15 39
Octal 250 202 171 0 27 34 42 13 25 71
Binary 10101000 10000010 1111001 0 10111 11100 100010 1011 10101 111001

Color Harmonies of #A88279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88279

Black with #A88279

Text Example


Text Example

White with #A88279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88279; }

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

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

background-color css

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

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

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

border-color css

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

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

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