Html Css Color HEX #A37E18 Hacienda

📋 copy color: '#A37E18'

red 163 ◦ green 126 ◦ blue 24

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

Shades of Hacienda #A37E18

Tints of Hacienda #A37E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 52.08%
G = 40.26%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A37E18 (or 0xA37E18) is known color: Hacienda. HEX triplet: A3, 7E and 18. RGB value is (163,126,24). Sum of RGB (Red+Green+Blue) = 163+126+24=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37E18 is #5C81E7. Grayscale: #7D7D7D. Windows color (decimal): -6062568 or 1605283. OLE color: 1605283.

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

Color convert

RGB 163 126 24 -
CMYK 0 0.23 0.85 0.36
HSL 44.03º 0.74% 0.37% -
HSV(B) 44.03º 0.85% 0.64% -
XYZ 22.73 22.77 4.06 -
YUV 125.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 163 126 24 0 0.23 0.85 0.36 44.03 0.74 0.37
Hex A3 7E 18 0 17 55 24 2C 4A 25
Octal 243 176 30 0 27 125 44 54 112 45
Binary 10100011 1111110 11000 0 10111 1010101 100100 101100 1001010 100101

Color Harmonies of #A37E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E18

Black with #A37E18

Text Example


Text Example

White with #A37E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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