Html Css Color HEX #A28023 Hacienda

📋 copy color: '#A28023'

red 162 ◦ green 128 ◦ blue 35

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

Shades of Hacienda #A28023

Tints of Hacienda #A28023

RGB

 RED value IS 162 (63.67% from 255) = 49.85%

 GREEN value IS 128 (50.39% from 255) = 39.38%

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

R = 49.85%
G = 39.38%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A28023 (or 0xA28023) is known color: Hacienda. HEX triplet: A2, 80 and 23. RGB value is (162,128,35). Sum of RGB (Red+Green+Blue) = 162+128+35=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A28023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28023 is #5D7FDC. Grayscale: #7F7F7F. Windows color (decimal): -6127581 or 2326690. OLE color: 2326690.

HSL color Cylindrical-coordinate representation of color #A28023: hue angle of 43.94º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A28023 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 128 35 -
CMYK 0 0.21 0.78 0.36
HSL 43.94º 0.64% 0.39% -
HSV(B) 43.94º 0.78% 0.64% -
XYZ 22.92 23.24 4.87 -
YUV 127.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 162 128 35 0 0.21 0.78 0.36 43.94 0.64 0.39
Hex A2 80 23 0 15 4E 24 2C 40 27
Octal 242 200 43 0 25 116 44 54 100 47
Binary 10100010 10000000 100011 0 10101 1001110 100100 101100 1000000 100111

Color Harmonies of #A28023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28023

Black with #A28023

Text Example


Text Example

White with #A28023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28023; }

 p { color: rgb(162,128,35); }

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

background-color css

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

 a { background-color: rgb(162,128,35); }

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

border-color css

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

 span { border-color: rgb(162,128,35); }

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