Html Css Color HEX #A68026 Hacienda

📋 copy color: '#A68026'

red 166 ◦ green 128 ◦ blue 38

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

Shades of Hacienda #A68026

Tints of Hacienda #A68026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 50%
G = 38.55%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68026 (or 0xA68026) is known color: Hacienda. HEX triplet: A6, 80 and 26. RGB value is (166,128,38). Sum of RGB (Red+Green+Blue) = 166+128+38=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A68026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68026 is #597FD9. Grayscale: #818181. Windows color (decimal): -5865434 or 2523302. OLE color: 2523302.

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

Color convert

RGB 166 128 38 -
CMYK 0 0.23 0.77 0.35
HSL 42.19º 0.63% 0.4% -
HSV(B) 42.19º 0.77% 0.65% -
XYZ 23.79 23.69 5.15 -
YUV 129.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 166 128 38 0 0.23 0.77 0.35 42.19 0.63 0.4
Hex A6 80 26 0 17 4D 23 2A 3F 28
Octal 246 200 46 0 27 115 43 52 77 50
Binary 10100110 10000000 100110 0 10111 1001101 100011 101010 111111 101000

Color Harmonies of #A68026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68026

Black with #A68026

Text Example


Text Example

White with #A68026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68026; }

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

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

background-color css

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

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

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

border-color css

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

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

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