Html Css Color HEX #A68728 Hacienda

📋 copy color: '#A68728'

red 166 ◦ green 135 ◦ blue 40

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

Shades of Hacienda #A68728

Tints of Hacienda #A68728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.59%

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

R = 48.68%
G = 39.59%
B = 11.73%

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

#A68728 (or 0xA68728) is known color: Hacienda. HEX triplet: A6, 87 and 28. RGB value is (166,135,40). Sum of RGB (Red+Green+Blue) = 166+135+40=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A68728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68728 is #5978D7. Grayscale: #858585. Windows color (decimal): -5863640 or 2656166. OLE color: 2656166.

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

Color convert

RGB 166 135 40 -
CMYK 0 0.19 0.76 0.35
HSL 45.24º 0.61% 0.4% -
HSV(B) 45.24º 0.76% 0.65% -
XYZ 24.77 25.59 5.64 -
YUV 133.44 75.27 151.22 -
System Red Green Blue C M Y K H S L
Decimal 166 135 40 0 0.19 0.76 0.35 45.24 0.61 0.4
Hex A6 87 28 0 13 4C 23 2D 3D 28
Octal 246 207 50 0 23 114 43 55 75 50
Binary 10100110 10000111 101000 0 10011 1001100 100011 101101 111101 101000

Color Harmonies of #A68728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68728

Black with #A68728

Text Example


Text Example

White with #A68728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68728; }

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

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

background-color css

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

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

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

border-color css

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

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

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