Html Css Color HEX #A68813 Hacienda

📋 copy color: '#A68813'

red 166 ◦ green 136 ◦ blue 19

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

Shades of Hacienda #A68813

Tints of Hacienda #A68813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 51.71%
G = 42.37%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A68813 (or 0xA68813) is known color: Hacienda. HEX triplet: A6, 88 and 13. RGB value is (166,136,19). Sum of RGB (Red+Green+Blue) = 166+136+19=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A68813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68813 is #5977EC. Grayscale: #848484. Windows color (decimal): -5863405 or 1280166. OLE color: 1280166.

HSL color Cylindrical-coordinate representation of color #A68813: hue angle of 47.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A68813 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 19 -
CMYK 0 0.18 0.89 0.35
HSL 47.76º 0.79% 0.36% -
HSV(B) 47.76º 0.89% 0.65% -
XYZ 24.65 25.76 4.29 -
YUV 131.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 166 136 19 0 0.18 0.89 0.35 47.76 0.79 0.36
Hex A6 88 13 0 12 59 23 30 4F 24
Octal 246 210 23 0 22 131 43 60 117 44
Binary 10100110 10001000 10011 0 10010 1011001 100011 110000 1001111 100100

Color Harmonies of #A68813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68813

Black with #A68813

Text Example


Text Example

White with #A68813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68813; }

 p { color: rgb(166,136,19); }

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

background-color css

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

 a { background-color: rgb(166,136,19); }

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

border-color css

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

 span { border-color: rgb(166,136,19); }

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