Html Css Color HEX #A07618 Hacienda

📋 copy color: '#A07618'

red 160 ◦ green 118 ◦ blue 24

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

Shades of Hacienda #A07618

Tints of Hacienda #A07618

RGB

 RED value IS 160 (62.89% from 255) = 52.98%

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 52.98%
G = 39.07%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A07618 (or 0xA07618) is known color: Hacienda. HEX triplet: A0, 76 and 18. RGB value is (160,118,24). Sum of RGB (Red+Green+Blue) = 160+118+24=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A07618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07618 is #5F89E7. Grayscale: #787878. Windows color (decimal): -6261224 or 1603232. OLE color: 1603232.

HSL color Cylindrical-coordinate representation of color #A07618: hue angle of 41.47º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A07618 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 118 24 -
CMYK 0 0.26 0.85 0.37
HSL 41.47º 0.74% 0.36% -
HSV(B) 41.47º 0.85% 0.63% -
XYZ 21.14 20.5 3.71 -
YUV 119.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 160 118 24 0 0.26 0.85 0.37 41.47 0.74 0.36
Hex A0 76 18 0 1A 55 25 29 4A 24
Octal 240 166 30 0 32 125 45 51 112 44
Binary 10100000 1110110 11000 0 11010 1010101 100101 101001 1001010 100100

Color Harmonies of #A07618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07618

Black with #A07618

Text Example


Text Example

White with #A07618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07618; }

 p { color: rgb(160,118,24); }

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

background-color css

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

 a { background-color: rgb(160,118,24); }

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

border-color css

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

 span { border-color: rgb(160,118,24); }

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