Html Css Color HEX #A08618 Hacienda

📋 copy color: '#A08618'

red 160 ◦ green 134 ◦ blue 24

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

Shades of Hacienda #A08618

Tints of Hacienda #A08618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 50.31%
G = 42.14%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A08618 (or 0xA08618) is known color: Hacienda. HEX triplet: A0, 86 and 18. RGB value is (160,134,24). Sum of RGB (Red+Green+Blue) = 160+134+24=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A08618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08618 is #5F79E7. Grayscale: #818181. Windows color (decimal): -6257128 or 1607328. OLE color: 1607328.

HSL color Cylindrical-coordinate representation of color #A08618: hue angle of 48.53º 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 #A08618 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 24 -
CMYK 0 0.16 0.85 0.37
HSL 48.53º 0.74% 0.36% -
HSV(B) 48.53º 0.85% 0.63% -
XYZ 23.19 24.59 4.39 -
YUV 129.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 160 134 24 0 0.16 0.85 0.37 48.53 0.74 0.36
Hex A0 86 18 0 10 55 25 31 4A 24
Octal 240 206 30 0 20 125 45 61 112 44
Binary 10100000 10000110 11000 0 10000 1010101 100101 110001 1001010 100100

Color Harmonies of #A08618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08618

Black with #A08618

Text Example


Text Example

White with #A08618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08618; }

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

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

background-color css

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

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

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

border-color css

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

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

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