Html Css Color HEX #A78882 Brandy Rose

📋 copy color: '#A78882'

red 167 ◦ green 136 ◦ blue 130

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

Shades of Brandy Rose #A78882

Tints of Brandy Rose #A78882

RGB

 RED value IS 167 (65.63% from 255) = 38.57%

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

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 38.57%
G = 31.41%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A78882 (or 0xA78882) is known color: Brandy Rose. HEX triplet: A7, 88 and 82. RGB value is (167,136,130). Sum of RGB (Red+Green+Blue) = 167+136+130=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A78882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78882 is #58777D. Grayscale: #909090. Windows color (decimal): -5797758 or 8554663. OLE color: 8554663.

HSL color Cylindrical-coordinate representation of color #A78882: hue angle of 9.73º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A78882 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 136 130 -
CMYK 0 0.19 0.22 0.35
HSL 9.73º 0.17% 0.58% -
HSV(B) 9.73º 0.22% 0.65% -
XYZ 28.77 27.44 24.9 -
YUV 144.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 167 136 130 0 0.19 0.22 0.35 9.73 0.17 0.58
Hex A7 88 82 0 13 16 23 A 11 3A
Octal 247 210 202 0 23 26 43 12 21 72
Binary 10100111 10001000 10000010 0 10011 10110 100011 1010 10001 111010

Color Harmonies of #A78882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78882

Black with #A78882

Text Example


Text Example

White with #A78882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78882; }

 p { color: rgb(167,136,130); }

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

background-color css

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

 a { background-color: rgb(167,136,130); }

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

border-color css

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

 span { border-color: rgb(167,136,130); }

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