Html Css Color HEX #A28327 Hacienda

📋 copy color: '#A28327'

red 162 ◦ green 131 ◦ blue 39

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

Shades of Hacienda #A28327

Tints of Hacienda #A28327

RGB

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

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

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

R = 48.8%
G = 39.46%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A28327 (or 0xA28327) is known color: Hacienda. HEX triplet: A2, 83 and 27. RGB value is (162,131,39). Sum of RGB (Red+Green+Blue) = 162+131+39=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28327 is #5D7CD8. Grayscale: #828282. Windows color (decimal): -6126809 or 2589602. OLE color: 2589602.

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

Color convert

RGB 162 131 39 -
CMYK 0 0.19 0.76 0.36
HSL 44.88º 0.61% 0.39% -
HSV(B) 44.88º 0.76% 0.64% -
XYZ 23.38 24.06 5.33 -
YUV 129.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 162 131 39 0 0.19 0.76 0.36 44.88 0.61 0.39
Hex A2 83 27 0 13 4C 24 2D 3D 27
Octal 242 203 47 0 23 114 44 55 75 47
Binary 10100010 10000011 100111 0 10011 1001100 100100 101101 111101 100111

Color Harmonies of #A28327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28327

Black with #A28327

Text Example


Text Example

White with #A28327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28327; }

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

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

background-color css

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

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

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

border-color css

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

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

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