Html Css Color HEX #99800A Hacienda

📋 copy color: '#99800A'

red 153 ◦ green 128 ◦ blue 10

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

Shades of Hacienda #99800A

Tints of Hacienda #99800A

RGB

 RED value IS 153 (60.16% from 255) = 52.58%

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

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

R = 52.58%
G = 43.99%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99800A (or 0x99800A) is known color: Hacienda. HEX triplet: 99, 80 and 0A. RGB value is (153,128,10). Sum of RGB (Red+Green+Blue) = 153+128+10=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #99800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99800A is #667FF5. Grayscale: #7A7A7A. Windows color (decimal): -6717430 or 688281. OLE color: 688281.

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

Color convert

RGB 153 128 10 -
CMYK 0 0.16 0.93 0.4
HSL 49.51º 0.88% 0.32% -
HSV(B) 49.51º 0.93% 0.6% -
XYZ 20.91 22.23 3.48 -
YUV 122.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 153 128 10 0 0.16 0.93 0.4 49.51 0.88 0.32
Hex 99 80 A 0 10 5D 28 32 58 20
Octal 231 200 12 0 20 135 50 62 130 40
Binary 10011001 10000000 1010 0 10000 1011101 101000 110010 1011000 100000

Color Harmonies of #99800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99800A

Black with #99800A

Text Example


Text Example

White with #99800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99800A; }

 p { color: rgb(153,128,10); }

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

background-color css

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

 a { background-color: rgb(153,128,10); }

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

border-color css

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

 span { border-color: rgb(153,128,10); }

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