Html Css Color HEX #A37B1F Hacienda

📋 copy color: '#A37B1F'

red 163 ◦ green 123 ◦ blue 31

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

Shades of Hacienda #A37B1F

Tints of Hacienda #A37B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

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

R = 51.42%
G = 38.8%
B = 9.78%

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

#A37B1F (or 0xA37B1F) is known color: Hacienda. HEX triplet: A3, 7B and 1F. RGB value is (163,123,31). Sum of RGB (Red+Green+Blue) = 163+123+31=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B1F is #5C84E0. Grayscale: #7C7C7C. Windows color (decimal): -6063329 or 2063267. OLE color: 2063267.

HSL color Cylindrical-coordinate representation of color #A37B1F: hue angle of 41.82º 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 #A37B1F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 123 31 -
CMYK 0 0.25 0.81 0.36
HSL 41.82º 0.68% 0.38% -
HSV(B) 41.82º 0.81% 0.64% -
XYZ 22.43 22.05 4.37 -
YUV 124.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 163 123 31 0 0.25 0.81 0.36 41.82 0.68 0.38
Hex A3 7B 1F 0 19 51 24 2A 44 26
Octal 243 173 37 0 31 121 44 52 104 46
Binary 10100011 1111011 11111 0 11001 1010001 100100 101010 1000100 100110

Color Harmonies of #A37B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B1F

Black with #A37B1F

Text Example


Text Example

White with #A37B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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