Html Css Color HEX #A2741B Hacienda

📋 copy color: '#A2741B'

red 162 ◦ green 116 ◦ blue 27

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

Shades of Hacienda #A2741B

Tints of Hacienda #A2741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 53.11%
G = 38.03%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2741B (or 0xA2741B) is known color: Hacienda. HEX triplet: A2, 74 and 1B. RGB value is (162,116,27). Sum of RGB (Red+Green+Blue) = 162+116+27=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2741B is #5D8BE4. Grayscale: #787878. Windows color (decimal): -6130661 or 1799330. OLE color: 1799330.

HSL color Cylindrical-coordinate representation of color #A2741B: hue angle of 39.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2741B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 27 -
CMYK 0 0.28 0.83 0.36
HSL 39.56º 0.71% 0.37% -
HSV(B) 39.56º 0.83% 0.64% -
XYZ 21.34 20.25 3.82 -
YUV 119.61 75.74 158.24 -
System Red Green Blue C M Y K H S L
Decimal 162 116 27 0 0.28 0.83 0.36 39.56 0.71 0.37
Hex A2 74 1B 0 1C 53 24 28 47 25
Octal 242 164 33 0 34 123 44 50 107 45
Binary 10100010 1110100 11011 0 11100 1010011 100100 101000 1000111 100101

Color Harmonies of #A2741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2741B

Black with #A2741B

Text Example


Text Example

White with #A2741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2741B; }

 p { color: rgb(162,116,27); }

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

background-color css

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

 a { background-color: rgb(162,116,27); }

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

border-color css

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

 span { border-color: rgb(162,116,27); }

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