Html Css Color HEX #A37A1F Hacienda

📋 copy color: '#A37A1F'

red 163 ◦ green 122 ◦ blue 31

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

Shades of Hacienda #A37A1F

Tints of Hacienda #A37A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 51.58%
G = 38.61%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A37A1F (or 0xA37A1F) is known color: Hacienda. HEX triplet: A3, 7A and 1F. RGB value is (163,122,31). Sum of RGB (Red+Green+Blue) = 163+122+31=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A1F is #5C85E0. Grayscale: #7C7C7C. Windows color (decimal): -6063585 or 2063011. OLE color: 2063011.

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

Color convert

RGB 163 122 31 -
CMYK 0 0.25 0.81 0.36
HSL 41.36º 0.68% 0.38% -
HSV(B) 41.36º 0.81% 0.64% -
XYZ 22.31 21.8 4.33 -
YUV 123.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 163 122 31 0 0.25 0.81 0.36 41.36 0.68 0.38
Hex A3 7A 1F 0 19 51 24 29 44 26
Octal 243 172 37 0 31 121 44 51 104 46
Binary 10100011 1111010 11111 0 11001 1010001 100100 101001 1000100 100110

Color Harmonies of #A37A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A1F

Black with #A37A1F

Text Example


Text Example

White with #A37A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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