Html Css Color HEX #A37E1A Hacienda

📋 copy color: '#A37E1A'

red 163 ◦ green 126 ◦ blue 26

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

Shades of Hacienda #A37E1A

Tints of Hacienda #A37E1A

RGB

 RED value IS 163 (64.06% from 255) = 51.75%

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

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 51.75%
G = 40%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A37E1A (or 0xA37E1A) is known color: Hacienda. HEX triplet: A3, 7E and 1A. RGB value is (163,126,26). Sum of RGB (Red+Green+Blue) = 163+126+26=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E1A is #5C81E5. Grayscale: #7E7E7E. Windows color (decimal): -6062566 or 1736355. OLE color: 1736355.

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

Color convert

RGB 163 126 26 -
CMYK 0 0.23 0.84 0.36
HSL 43.8º 0.72% 0.37% -
HSV(B) 43.8º 0.84% 0.64% -
XYZ 22.75 22.78 4.18 -
YUV 125.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 163 126 26 0 0.23 0.84 0.36 43.8 0.72 0.37
Hex A3 7E 1A 0 17 54 24 2C 48 25
Octal 243 176 32 0 27 124 44 54 110 45
Binary 10100011 1111110 11010 0 10111 1010100 100100 101100 1001000 100101

Color Harmonies of #A37E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E1A

Black with #A37E1A

Text Example


Text Example

White with #A37E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E1A; }

 p { color: rgb(163,126,26); }

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

background-color css

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

 a { background-color: rgb(163,126,26); }

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

border-color css

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

 span { border-color: rgb(163,126,26); }

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