Html Css Color HEX #9A880A Hacienda

📋 copy color: '#9A880A'

red 154 ◦ green 136 ◦ blue 10

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

Shades of Hacienda #9A880A

Tints of Hacienda #9A880A

RGB

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

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

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

R = 51.33%
G = 45.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A880A (or 0x9A880A) is known color: Hacienda. HEX triplet: 9A, 88 and 0A. RGB value is (154,136,10). Sum of RGB (Red+Green+Blue) = 154+136+10=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A880A is #6577F5. Grayscale: #7F7F7F. Windows color (decimal): -6649846 or 690330. OLE color: 690330.

HSL color Cylindrical-coordinate representation of color #9A880A: hue angle of 52.5º 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 #9A880A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 136 10 -
CMYK 0 0.12 0.94 0.40
HSL 52.5º 0.88% 0.32% -
HSV(B) 52.5º 0.94% 0.6% -
XYZ 22.19 24.5 3.85 -
YUV 127.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 154 136 10 0 0.12 0.94 0.40 52.5 0.88 0.32
Hex 9A 88 A 0 C 5E 28 34 58 20
Octal 232 210 12 0 14 136 50 64 130 40
Binary 10011010 10001000 1010 0 1100 1011110 101000 110100 1011000 100000

Color Harmonies of #9A880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A880A

Black with #9A880A

Text Example


Text Example

White with #9A880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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