Html Css Color HEX #9A7516 Hacienda

📋 copy color: '#9A7516'

red 154 ◦ green 117 ◦ blue 22

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

Shades of Hacienda #9A7516

Tints of Hacienda #9A7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 52.56%
G = 39.93%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A7516 (or 0x9A7516) is known color: Hacienda. HEX triplet: 9A, 75 and 16. RGB value is (154,117,22). Sum of RGB (Red+Green+Blue) = 154+117+22=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7516 is #658AE9. Grayscale: #757575. Windows color (decimal): -6654698 or 1471898. OLE color: 1471898.

HSL color Cylindrical-coordinate representation of color #9A7516: hue angle of 43.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A7516 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 117 22 -
CMYK 0 0.24 0.86 0.40
HSL 43.18º 0.75% 0.35% -
HSV(B) 43.18º 0.86% 0.6% -
XYZ 19.83 19.65 3.51 -
YUV 117.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 154 117 22 0 0.24 0.86 0.40 43.18 0.75 0.35
Hex 9A 75 16 0 18 56 28 2B 4B 23
Octal 232 165 26 0 30 126 50 53 113 43
Binary 10011010 1110101 10110 0 11000 1010110 101000 101011 1001011 100011

Color Harmonies of #9A7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7516

Black with #9A7516

Text Example


Text Example

White with #9A7516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,22); }

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

background-color css

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

 a { background-color: rgb(154,117,22); }

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

border-color css

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

 span { border-color: rgb(154,117,22); }

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