Html Css Color HEX #A68714 Hacienda

📋 copy color: '#A68714'

red 166 ◦ green 135 ◦ blue 20

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

Shades of Hacienda #A68714

Tints of Hacienda #A68714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.06%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 51.71%
G = 42.06%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A68714 (or 0xA68714) is known color: Hacienda. HEX triplet: A6, 87 and 14. RGB value is (166,135,20). Sum of RGB (Red+Green+Blue) = 166+135+20=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A68714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68714 is #5978EB. Grayscale: #838383. Windows color (decimal): -5863660 or 1345446. OLE color: 1345446.

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

Color convert

RGB 166 135 20 -
CMYK 0 0.19 0.88 0.35
HSL 47.26º 0.78% 0.36% -
HSV(B) 47.26º 0.88% 0.65% -
XYZ 24.52 25.49 4.29 -
YUV 131.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 166 135 20 0 0.19 0.88 0.35 47.26 0.78 0.36
Hex A6 87 14 0 13 58 23 2F 4E 24
Octal 246 207 24 0 23 130 43 57 116 44
Binary 10100110 10000111 10100 0 10011 1011000 100011 101111 1001110 100100

Color Harmonies of #A68714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68714

Black with #A68714

Text Example


Text Example

White with #A68714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68714; }

 p { color: rgb(166,135,20); }

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

background-color css

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

 a { background-color: rgb(166,135,20); }

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

border-color css

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

 span { border-color: rgb(166,135,20); }

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