Html Css Color HEX #A27E2B Hacienda

📋 copy color: '#A27E2B'

red 162 ◦ green 126 ◦ blue 43

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

Shades of Hacienda #A27E2B

Tints of Hacienda #A27E2B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.07%

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 48.94%
G = 38.07%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A27E2B (or 0xA27E2B) is known color: Hacienda. HEX triplet: A2, 7E and 2B. RGB value is (162,126,43). Sum of RGB (Red+Green+Blue) = 162+126+43=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E2B is #5D81D4. Grayscale: #7F7F7F. Windows color (decimal): -6128085 or 2850466. OLE color: 2850466.

HSL color Cylindrical-coordinate representation of color #A27E2B: hue angle of 41.85º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A27E2B is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 126 43 -
CMYK 0 0.22 0.73 0.36
HSL 41.85º 0.58% 0.4% -
HSV(B) 41.85º 0.73% 0.64% -
XYZ 22.8 22.78 5.48 -
YUV 127.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 162 126 43 0 0.22 0.73 0.36 41.85 0.58 0.4
Hex A2 7E 2B 0 16 49 24 2A 3A 28
Octal 242 176 53 0 26 111 44 52 72 50
Binary 10100010 1111110 101011 0 10110 1001001 100100 101010 111010 101000

Color Harmonies of #A27E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E2B

Black with #A27E2B

Text Example


Text Example

White with #A27E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E2B; }

 p { color: rgb(162,126,43); }

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

background-color css

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

 a { background-color: rgb(162,126,43); }

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

border-color css

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

 span { border-color: rgb(162,126,43); }

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