Html Css Color HEX #9A820A Hacienda

📋 copy color: '#9A820A'

red 154 ◦ green 130 ◦ blue 10

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

Shades of Hacienda #9A820A

Tints of Hacienda #9A820A

RGB

 RED value IS 154 (60.55% from 255) = 52.38%

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

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 52.38%
G = 44.22%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A820A (or 0x9A820A) is known color: Hacienda. HEX triplet: 9A, 82 and 0A. RGB value is (154,130,10). Sum of RGB (Red+Green+Blue) = 154+130+10=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A820A is #657DF5. Grayscale: #7C7C7C. Windows color (decimal): -6651382 or 688794. OLE color: 688794.

HSL color Cylindrical-coordinate representation of color #9A820A: hue angle of 50º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A820A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 130 10 -
CMYK 0 0.16 0.94 0.40
HSL 50º 0.88% 0.32% -
HSV(B) 50º 0.94% 0.6% -
XYZ 21.36 22.86 3.57 -
YUV 123.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 154 130 10 0 0.16 0.94 0.40 50 0.88 0.32
Hex 9A 82 A 0 10 5E 28 32 58 20
Octal 232 202 12 0 20 136 50 62 130 40
Binary 10011010 10000010 1010 0 10000 1011110 101000 110010 1011000 100000

Color Harmonies of #9A820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A820A

Black with #9A820A

Text Example


Text Example

White with #9A820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A820A; }

 p { color: rgb(154,130,10); }

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

background-color css

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

 a { background-color: rgb(154,130,10); }

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

border-color css

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

 span { border-color: rgb(154,130,10); }

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