Html Css Color HEX #9A771F Hacienda

📋 copy color: '#9A771F'

red 154 ◦ green 119 ◦ blue 31

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

Shades of Hacienda #9A771F

Tints of Hacienda #9A771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 50.66%
G = 39.14%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A771F (or 0x9A771F) is known color: Hacienda. HEX triplet: 9A, 77 and 1F. RGB value is (154,119,31). Sum of RGB (Red+Green+Blue) = 154+119+31=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A771F is #6588E0. Grayscale: #777777. Windows color (decimal): -6654177 or 2062234. OLE color: 2062234.

HSL color Cylindrical-coordinate representation of color #9A771F: hue angle of 42.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A771F is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 119 31 -
CMYK 0 0.23 0.80 0.40
HSL 42.93º 0.66% 0.36% -
HSV(B) 42.93º 0.8% 0.6% -
XYZ 20.17 20.16 4.12 -
YUV 119.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 154 119 31 0 0.23 0.80 0.40 42.93 0.66 0.36
Hex 9A 77 1F 0 17 50 28 2B 42 24
Octal 232 167 37 0 27 120 50 53 102 44
Binary 10011010 1110111 11111 0 10111 1010000 101000 101011 1000010 100100

Color Harmonies of #9A771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A771F

Black with #9A771F

Text Example


Text Example

White with #9A771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,119,31); }

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

background-color css

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

 a { background-color: rgb(154,119,31); }

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

border-color css

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

 span { border-color: rgb(154,119,31); }

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