Html Css Color HEX #A68828 Hacienda

📋 copy color: '#A68828'

red 166 ◦ green 136 ◦ blue 40

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

Shades of Hacienda #A68828

Tints of Hacienda #A68828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 48.54%
G = 39.77%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A68828 (or 0xA68828) is known color: Hacienda. HEX triplet: A6, 88 and 28. RGB value is (166,136,40). Sum of RGB (Red+Green+Blue) = 166+136+40=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A68828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68828 is #5977D7. Grayscale: #868686. Windows color (decimal): -5863384 or 2656422. OLE color: 2656422.

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

Color convert

RGB 166 136 40 -
CMYK 0 0.18 0.76 0.35
HSL 45.71º 0.61% 0.4% -
HSV(B) 45.71º 0.76% 0.65% -
XYZ 24.91 25.87 5.69 -
YUV 134.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 166 136 40 0 0.18 0.76 0.35 45.71 0.61 0.4
Hex A6 88 28 0 12 4C 23 2E 3D 28
Octal 246 210 50 0 22 114 43 56 75 50
Binary 10100110 10001000 101000 0 10010 1001100 100011 101110 111101 101000

Color Harmonies of #A68828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68828

Black with #A68828

Text Example


Text Example

White with #A68828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68828; }

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

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

background-color css

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

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

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

border-color css

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

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

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