Html Css Color HEX #A68226 Hacienda

📋 copy color: '#A68226'

red 166 ◦ green 130 ◦ blue 38

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

Shades of Hacienda #A68226

Tints of Hacienda #A68226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

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

R = 49.7%
G = 38.92%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68226 (or 0xA68226) is known color: Hacienda. HEX triplet: A6, 82 and 26. RGB value is (166,130,38). Sum of RGB (Red+Green+Blue) = 166+130+38=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A68226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68226 is #597DD9. Grayscale: #828282. Windows color (decimal): -5864922 or 2523814. OLE color: 2523814.

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

Color convert

RGB 166 130 38 -
CMYK 0 0.22 0.77 0.35
HSL 43.13º 0.63% 0.4% -
HSV(B) 43.13º 0.77% 0.65% -
XYZ 24.06 24.21 5.24 -
YUV 130.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 166 130 38 0 0.22 0.77 0.35 43.13 0.63 0.4
Hex A6 82 26 0 16 4D 23 2B 3F 28
Octal 246 202 46 0 26 115 43 53 77 50
Binary 10100110 10000010 100110 0 10110 1001101 100011 101011 111111 101000

Color Harmonies of #A68226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68226

Black with #A68226

Text Example


Text Example

White with #A68226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68226; }

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

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

background-color css

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

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

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

border-color css

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

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

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