Html Css Color HEX #A28127 Hacienda

📋 copy color: '#A28127'

red 162 ◦ green 129 ◦ blue 39

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

Shades of Hacienda #A28127

Tints of Hacienda #A28127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 49.09%
G = 39.09%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A28127 (or 0xA28127) is known color: Hacienda. HEX triplet: A2, 81 and 27. RGB value is (162,129,39). Sum of RGB (Red+Green+Blue) = 162+129+39=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A28127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28127 is #5D7ED8. Grayscale: #818181. Windows color (decimal): -6127321 or 2589090. OLE color: 2589090.

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

Color convert

RGB 162 129 39 -
CMYK 0 0.20 0.76 0.36
HSL 43.9º 0.61% 0.39% -
HSV(B) 43.9º 0.76% 0.64% -
XYZ 23.12 23.53 5.24 -
YUV 128.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 162 129 39 0 0.20 0.76 0.36 43.9 0.61 0.39
Hex A2 81 27 0 14 4C 24 2C 3D 27
Octal 242 201 47 0 24 114 44 54 75 47
Binary 10100010 10000001 100111 0 10100 1001100 100100 101100 111101 100111

Color Harmonies of #A28127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28127

Black with #A28127

Text Example


Text Example

White with #A28127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28127; }

 p { color: rgb(162,129,39); }

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

background-color css

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

 a { background-color: rgb(162,129,39); }

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

border-color css

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

 span { border-color: rgb(162,129,39); }

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