Html Css Color HEX #A68228 Hacienda

📋 copy color: '#A68228'

red 166 ◦ green 130 ◦ blue 40

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

Shades of Hacienda #A68228

Tints of Hacienda #A68228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 49.4%
G = 38.69%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A68228 (or 0xA68228) is known color: Hacienda. HEX triplet: A6, 82 and 28. RGB value is (166,130,40). Sum of RGB (Red+Green+Blue) = 166+130+40=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A68228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68228 is #597DD7. Grayscale: #828282. Windows color (decimal): -5864920 or 2654886. OLE color: 2654886.

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

Color convert

RGB 166 130 40 -
CMYK 0 0.22 0.76 0.35
HSL 42.86º 0.61% 0.4% -
HSV(B) 42.86º 0.76% 0.65% -
XYZ 24.09 24.23 5.41 -
YUV 130.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 166 130 40 0 0.22 0.76 0.35 42.86 0.61 0.4
Hex A6 82 28 0 16 4C 23 2B 3D 28
Octal 246 202 50 0 26 114 43 53 75 50
Binary 10100110 10000010 101000 0 10110 1001100 100011 101011 111101 101000

Color Harmonies of #A68228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68228

Black with #A68228

Text Example


Text Example

White with #A68228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68228; }

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

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

background-color css

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

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

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

border-color css

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

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

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