Html Css Color HEX #A78982 Brandy Rose

📋 copy color: '#A78982'

red 167 ◦ green 137 ◦ blue 130

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

Shades of Brandy Rose #A78982

Tints of Brandy Rose #A78982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

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

R = 38.48%
G = 31.57%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A78982 (or 0xA78982) is known color: Brandy Rose. HEX triplet: A7, 89 and 82. RGB value is (167,137,130). Sum of RGB (Red+Green+Blue) = 167+137+130=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A78982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78982 is #58767D. Grayscale: #919191. Windows color (decimal): -5797502 or 8554919. OLE color: 8554919.

HSL color Cylindrical-coordinate representation of color #A78982: hue angle of 11.35º 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 #A78982 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 137 130 -
CMYK 0 0.18 0.22 0.35
HSL 11.35º 0.17% 0.58% -
HSV(B) 11.35º 0.22% 0.65% -
XYZ 28.91 27.72 24.95 -
YUV 145.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 167 137 130 0 0.18 0.22 0.35 11.35 0.17 0.58
Hex A7 89 82 0 12 16 23 B 11 3A
Octal 247 211 202 0 22 26 43 13 21 72
Binary 10100111 10001001 10000010 0 10010 10110 100011 1011 10001 111010

Color Harmonies of #A78982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78982

Black with #A78982

Text Example


Text Example

White with #A78982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78982; }

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

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

background-color css

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

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

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

border-color css

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

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

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