Html Css Color HEX #A68018 Hacienda

📋 copy color: '#A68018'

red 166 ◦ green 128 ◦ blue 24

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

Shades of Hacienda #A68018

Tints of Hacienda #A68018

RGB

 RED value IS 166 (65.23% from 255) = 52.2%

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

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

R = 52.2%
G = 40.25%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A68018 (or 0xA68018) is known color: Hacienda. HEX triplet: A6, 80 and 18. RGB value is (166,128,24). Sum of RGB (Red+Green+Blue) = 166+128+24=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A68018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68018 is #597FE7. Grayscale: #7F7F7F. Windows color (decimal): -5865448 or 1605798. OLE color: 1605798.

HSL color Cylindrical-coordinate representation of color #A68018: hue angle of 43.94º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A68018 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 24 -
CMYK 0 0.23 0.86 0.35
HSL 43.94º 0.75% 0.37% -
HSV(B) 43.94º 0.86% 0.65% -
XYZ 23.61 23.61 4.18 -
YUV 127.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 166 128 24 0 0.23 0.86 0.35 43.94 0.75 0.37
Hex A6 80 18 0 17 56 23 2C 4B 25
Octal 246 200 30 0 27 126 43 54 113 45
Binary 10100110 10000000 11000 0 10111 1010110 100011 101100 1001011 100101

Color Harmonies of #A68018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68018

Black with #A68018

Text Example


Text Example

White with #A68018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68018; }

 p { color: rgb(166,128,24); }

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

background-color css

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

 a { background-color: rgb(166,128,24); }

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

border-color css

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

 span { border-color: rgb(166,128,24); }

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