Html Css Color HEX #A08623 Hacienda

📋 copy color: '#A08623'

red 160 ◦ green 134 ◦ blue 35

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

Shades of Hacienda #A08623

Tints of Hacienda #A08623

RGB

 RED value IS 160 (62.89% from 255) = 48.63%

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

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

R = 48.63%
G = 40.73%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08623 (or 0xA08623) is known color: Hacienda. HEX triplet: A0, 86 and 23. RGB value is (160,134,35). Sum of RGB (Red+Green+Blue) = 160+134+35=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A08623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08623 is #5F79DC. Grayscale: #828282. Windows color (decimal): -6257117 or 2328224. OLE color: 2328224.

HSL color Cylindrical-coordinate representation of color #A08623: hue angle of 47.52º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A08623 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 35 -
CMYK 0 0.16 0.78 0.37
HSL 47.52º 0.64% 0.38% -
HSV(B) 47.52º 0.78% 0.63% -
XYZ 23.33 24.65 5.12 -
YUV 130.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 160 134 35 0 0.16 0.78 0.37 47.52 0.64 0.38
Hex A0 86 23 0 10 4E 25 30 40 26
Octal 240 206 43 0 20 116 45 60 100 46
Binary 10100000 10000110 100011 0 10000 1001110 100101 110000 1000000 100110

Color Harmonies of #A08623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08623

Black with #A08623

Text Example


Text Example

White with #A08623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08623; }

 p { color: rgb(160,134,35); }

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

background-color css

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

 a { background-color: rgb(160,134,35); }

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

border-color css

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

 span { border-color: rgb(160,134,35); }

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