Html Css Color HEX #A2741D Hacienda

📋 copy color: '#A2741D'

red 162 ◦ green 116 ◦ blue 29

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

Shades of Hacienda #A2741D

Tints of Hacienda #A2741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 52.77%
G = 37.79%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2741D (or 0xA2741D) is known color: Hacienda. HEX triplet: A2, 74 and 1D. RGB value is (162,116,29). Sum of RGB (Red+Green+Blue) = 162+116+29=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2741D is #5D8BE2. Grayscale: #787878. Windows color (decimal): -6130659 or 1930402. OLE color: 1930402.

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

Color convert

RGB 162 116 29 -
CMYK 0 0.28 0.82 0.36
HSL 39.25º 0.7% 0.37% -
HSV(B) 39.25º 0.82% 0.64% -
XYZ 21.37 20.26 3.95 -
YUV 119.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 162 116 29 0 0.28 0.82 0.36 39.25 0.7 0.37
Hex A2 74 1D 0 1C 52 24 27 46 25
Octal 242 164 35 0 34 122 44 47 106 45
Binary 10100010 1110100 11101 0 11100 1010010 100100 100111 1000110 100101

Color Harmonies of #A2741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2741D

Black with #A2741D

Text Example


Text Example

White with #A2741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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