Html Css Color HEX #A68517 Hacienda

📋 copy color: '#A68517'

red 166 ◦ green 133 ◦ blue 23

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

Shades of Hacienda #A68517

Tints of Hacienda #A68517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 23 (9.38% from 255) = 7.14%

R = 51.55%
G = 41.3%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A68517 (or 0xA68517) is known color: Hacienda. HEX triplet: A6, 85 and 17. RGB value is (166,133,23). Sum of RGB (Red+Green+Blue) = 166+133+23=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A68517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68517 is #597AE8. Grayscale: #828282. Windows color (decimal): -5864169 or 1541542. OLE color: 1541542.

HSL color Cylindrical-coordinate representation of color #A68517: hue angle of 46.15º degrees, saturation: 0.76, 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 #A68517 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 23 -
CMYK 0 0.20 0.86 0.35
HSL 46.15º 0.76% 0.37% -
HSV(B) 46.15º 0.86% 0.65% -
XYZ 24.27 24.94 4.35 -
YUV 130.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 166 133 23 0 0.20 0.86 0.35 46.15 0.76 0.37
Hex A6 85 17 0 14 56 23 2E 4C 25
Octal 246 205 27 0 24 126 43 56 114 45
Binary 10100110 10000101 10111 0 10100 1010110 100011 101110 1001100 100101

Color Harmonies of #A68517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68517

Black with #A68517

Text Example


Text Example

White with #A68517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68517; }

 p { color: rgb(166,133,23); }

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

background-color css

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

 a { background-color: rgb(166,133,23); }

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

border-color css

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

 span { border-color: rgb(166,133,23); }

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