Html Css Color HEX #A68426 Hacienda

📋 copy color: '#A68426'

red 166 ◦ green 132 ◦ blue 38

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

Shades of Hacienda #A68426

Tints of Hacienda #A68426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

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

R = 49.4%
G = 39.29%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68426 (or 0xA68426) is known color: Hacienda. HEX triplet: A6, 84 and 26. RGB value is (166,132,38). Sum of RGB (Red+Green+Blue) = 166+132+38=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A68426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68426 is #597BD9. Grayscale: #838383. Windows color (decimal): -5864410 or 2524326. OLE color: 2524326.

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

Color convert

RGB 166 132 38 -
CMYK 0 0.20 0.77 0.35
HSL 44.06º 0.63% 0.4% -
HSV(B) 44.06º 0.77% 0.65% -
XYZ 24.33 24.75 5.33 -
YUV 131.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 166 132 38 0 0.20 0.77 0.35 44.06 0.63 0.4
Hex A6 84 26 0 14 4D 23 2C 3F 28
Octal 246 204 46 0 24 115 43 54 77 50
Binary 10100110 10000100 100110 0 10100 1001101 100011 101100 111111 101000

Color Harmonies of #A68426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68426

Black with #A68426

Text Example


Text Example

White with #A68426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68426; }

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

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

background-color css

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

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

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

border-color css

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

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

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