Html Css Color HEX #A78076 Brandy Rose

📋 copy color: '#A78076'

red 167 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #A78076

Tints of Brandy Rose #A78076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 40.44%
G = 30.99%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A78076 (or 0xA78076) is known color: Brandy Rose. HEX triplet: A7, 80 and 76. RGB value is (167,128,118). Sum of RGB (Red+Green+Blue) = 167+128+118=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A78076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78076 is #587F89. Grayscale: #8A8A8A. Windows color (decimal): -5799818 or 7766183. OLE color: 7766183.

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

Color convert

RGB 167 128 118 -
CMYK 0 0.23 0.29 0.35
HSL 12.24º 0.22% 0.56% -
HSV(B) 12.24º 0.29% 0.65% -
XYZ 26.93 24.96 20.54 -
YUV 138.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 167 128 118 0 0.23 0.29 0.35 12.24 0.22 0.56
Hex A7 80 76 0 17 1D 23 C 16 38
Octal 247 200 166 0 27 35 43 14 26 70
Binary 10100111 10000000 1110110 0 10111 11101 100011 1100 10110 111000

Color Harmonies of #A78076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78076

Black with #A78076

Text Example


Text Example

White with #A78076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78076; }

 p { color: rgb(167,128,118); }

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

background-color css

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

 a { background-color: rgb(167,128,118); }

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

border-color css

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

 span { border-color: rgb(167,128,118); }

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