Html Css Color HEX #A68628 Hacienda

📋 copy color: '#A68628'

red 166 ◦ green 134 ◦ blue 40

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

Shades of Hacienda #A68628

Tints of Hacienda #A68628

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 48.82%
G = 39.41%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A68628 (or 0xA68628) is known color: Hacienda. HEX triplet: A6, 86 and 28. RGB value is (166,134,40). Sum of RGB (Red+Green+Blue) = 166+134+40=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A68628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68628 is #5979D7. Grayscale: #858585. Windows color (decimal): -5863896 or 2655910. OLE color: 2655910.

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

Color convert

RGB 166 134 40 -
CMYK 0 0.19 0.76 0.35
HSL 44.76º 0.61% 0.4% -
HSV(B) 44.76º 0.76% 0.65% -
XYZ 24.63 25.31 5.59 -
YUV 132.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 166 134 40 0 0.19 0.76 0.35 44.76 0.61 0.4
Hex A6 86 28 0 13 4C 23 2D 3D 28
Octal 246 206 50 0 23 114 43 55 75 50
Binary 10100110 10000110 101000 0 10011 1001100 100011 101101 111101 101000

Color Harmonies of #A68628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68628

Black with #A68628

Text Example


Text Example

White with #A68628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68628; }

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

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

background-color css

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

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

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

border-color css

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

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

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