Html Css Color HEX #A68328 Hacienda

📋 copy color: '#A68328'

red 166 ◦ green 131 ◦ blue 40

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

Shades of Hacienda #A68328

Tints of Hacienda #A68328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

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

R = 49.26%
G = 38.87%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A68328 (or 0xA68328) is known color: Hacienda. HEX triplet: A6, 83 and 28. RGB value is (166,131,40). Sum of RGB (Red+Green+Blue) = 166+131+40=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A68328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68328 is #597CD7. Grayscale: #838383. Windows color (decimal): -5864664 or 2655142. OLE color: 2655142.

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

Color convert

RGB 166 131 40 -
CMYK 0 0.21 0.76 0.35
HSL 43.33º 0.61% 0.4% -
HSV(B) 43.33º 0.76% 0.65% -
XYZ 24.23 24.49 5.46 -
YUV 131.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 166 131 40 0 0.21 0.76 0.35 43.33 0.61 0.4
Hex A6 83 28 0 15 4C 23 2B 3D 28
Octal 246 203 50 0 25 114 43 53 75 50
Binary 10100110 10000011 101000 0 10101 1001100 100011 101011 111101 101000

Color Harmonies of #A68328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68328

Black with #A68328

Text Example


Text Example

White with #A68328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68328; }

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

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

background-color css

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

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

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

border-color css

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

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

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