Html Css Color HEX #A68A26 Hacienda

📋 copy color: '#A68A26'

red 166 ◦ green 138 ◦ blue 38

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

Shades of Hacienda #A68A26

Tints of Hacienda #A68A26

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 48.54%
G = 40.35%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68A26 (or 0xA68A26) is known color: Hacienda. HEX triplet: A6, 8A and 26. RGB value is (166,138,38). Sum of RGB (Red+Green+Blue) = 166+138+38=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A26 is #5975D9. Grayscale: #878787. Windows color (decimal): -5862874 or 2525862. OLE color: 2525862.

HSL color Cylindrical-coordinate representation of color #A68A26: hue angle of 46.88º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A68A26 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 138 38 -
CMYK 0 0.17 0.77 0.35
HSL 46.88º 0.63% 0.4% -
HSV(B) 46.88º 0.77% 0.65% -
XYZ 25.16 26.42 5.61 -
YUV 134.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 166 138 38 0 0.17 0.77 0.35 46.88 0.63 0.4
Hex A6 8A 26 0 11 4D 23 2F 3F 28
Octal 246 212 46 0 21 115 43 57 77 50
Binary 10100110 10001010 100110 0 10001 1001101 100011 101111 111111 101000

Color Harmonies of #A68A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A26

Black with #A68A26

Text Example


Text Example

White with #A68A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A26; }

 p { color: rgb(166,138,38); }

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

background-color css

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

 a { background-color: rgb(166,138,38); }

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

border-color css

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

 span { border-color: rgb(166,138,38); }

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