Html Css Color HEX #A37A1E Hacienda

📋 copy color: '#A37A1E'

red 163 ◦ green 122 ◦ blue 30

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

Shades of Hacienda #A37A1E

Tints of Hacienda #A37A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.73%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 51.75%
G = 38.73%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A37A1E (or 0xA37A1E) is known color: Hacienda. HEX triplet: A3, 7A and 1E. RGB value is (163,122,30). Sum of RGB (Red+Green+Blue) = 163+122+30=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A1E is #5C85E1. Grayscale: #7C7C7C. Windows color (decimal): -6063586 or 1997475. OLE color: 1997475.

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

Color convert

RGB 163 122 30 -
CMYK 0 0.25 0.82 0.36
HSL 41.5º 0.69% 0.38% -
HSV(B) 41.5º 0.82% 0.64% -
XYZ 22.3 21.8 4.26 -
YUV 123.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 163 122 30 0 0.25 0.82 0.36 41.5 0.69 0.38
Hex A3 7A 1E 0 19 52 24 2A 45 26
Octal 243 172 36 0 31 122 44 52 105 46
Binary 10100011 1111010 11110 0 11001 1010010 100100 101010 1000101 100110

Color Harmonies of #A37A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A1E

Black with #A37A1E

Text Example


Text Example

White with #A37A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A1E; }

 p { color: rgb(163,122,30); }

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

background-color css

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

 a { background-color: rgb(163,122,30); }

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

border-color css

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

 span { border-color: rgb(163,122,30); }

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