Html Css Color HEX #A68513 Hacienda

📋 copy color: '#A68513'

red 166 ◦ green 133 ◦ blue 19

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

Shades of Hacienda #A68513

Tints of Hacienda #A68513

RGB

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

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

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

R = 52.2%
G = 41.82%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A68513 (or 0xA68513) is known color: Hacienda. HEX triplet: A6, 85 and 13. RGB value is (166,133,19). Sum of RGB (Red+Green+Blue) = 166+133+19=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A68513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68513 is #597AEC. Grayscale: #828282. Windows color (decimal): -5864173 or 1279398. OLE color: 1279398.

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

Color convert

RGB 166 133 19 -
CMYK 0 0.20 0.89 0.35
HSL 46.53º 0.79% 0.36% -
HSV(B) 46.53º 0.89% 0.65% -
XYZ 24.23 24.93 4.15 -
YUV 129.87 65.43 153.77 -
System Red Green Blue C M Y K H S L
Decimal 166 133 19 0 0.20 0.89 0.35 46.53 0.79 0.36
Hex A6 85 13 0 14 59 23 2F 4F 24
Octal 246 205 23 0 24 131 43 57 117 44
Binary 10100110 10000101 10011 0 10100 1011001 100011 101111 1001111 100100

Color Harmonies of #A68513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68513

Black with #A68513

Text Example


Text Example

White with #A68513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68513; }

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

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

background-color css

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

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

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

border-color css

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

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

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