Html Css Color HEX #A68B1A Hacienda

📋 copy color: '#A68B1A'

red 166 ◦ green 139 ◦ blue 26

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

Shades of Hacienda #A68B1A

Tints of Hacienda #A68B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 50.15%
G = 41.99%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A68B1A (or 0xA68B1A) is known color: Hacienda. HEX triplet: A6, 8B and 1A. RGB value is (166,139,26). Sum of RGB (Red+Green+Blue) = 166+139+26=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B1A is #5974E5. Grayscale: #868686. Windows color (decimal): -5862630 or 1739686. OLE color: 1739686.

HSL color Cylindrical-coordinate representation of color #A68B1A: hue angle of 48.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A68B1A is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 139 26 -
CMYK 0 0.16 0.84 0.35
HSL 48.43º 0.73% 0.38% -
HSV(B) 48.43º 0.84% 0.65% -
XYZ 25.14 26.65 4.8 -
YUV 134.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 166 139 26 0 0.16 0.84 0.35 48.43 0.73 0.38
Hex A6 8B 1A 0 10 54 23 30 49 26
Octal 246 213 32 0 20 124 43 60 111 46
Binary 10100110 10001011 11010 0 10000 1010100 100011 110000 1001001 100110

Color Harmonies of #A68B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B1A

Black with #A68B1A

Text Example


Text Example

White with #A68B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B1A; }

 p { color: rgb(166,139,26); }

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

background-color css

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

 a { background-color: rgb(166,139,26); }

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

border-color css

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

 span { border-color: rgb(166,139,26); }

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