Html Css Color HEX #A68423 Hacienda

📋 copy color: '#A68423'

red 166 ◦ green 132 ◦ blue 35

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

Shades of Hacienda #A68423

Tints of Hacienda #A68423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 49.85%
G = 39.64%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A68423 (or 0xA68423) is known color: Hacienda. HEX triplet: A6, 84 and 23. RGB value is (166,132,35). Sum of RGB (Red+Green+Blue) = 166+132+35=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A68423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68423 is #597BDC. Grayscale: #838383. Windows color (decimal): -5864413 or 2327718. OLE color: 2327718.

HSL color Cylindrical-coordinate representation of color #A68423: hue angle of 44.43º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A68423 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 35 -
CMYK 0 0.20 0.79 0.35
HSL 44.43º 0.65% 0.39% -
HSV(B) 44.43º 0.79% 0.65% -
XYZ 24.28 24.73 5.08 -
YUV 131.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 166 132 35 0 0.20 0.79 0.35 44.43 0.65 0.39
Hex A6 84 23 0 14 4F 23 2C 41 27
Octal 246 204 43 0 24 117 43 54 101 47
Binary 10100110 10000100 100011 0 10100 1001111 100011 101100 1000001 100111

Color Harmonies of #A68423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68423

Black with #A68423

Text Example


Text Example

White with #A68423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68423; }

 p { color: rgb(166,132,35); }

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

background-color css

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

 a { background-color: rgb(166,132,35); }

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

border-color css

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

 span { border-color: rgb(166,132,35); }

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