Html Css Color HEX #A37B10 Hacienda

📋 copy color: '#A37B10'

red 163 ◦ green 123 ◦ blue 16

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

Shades of Hacienda #A37B10

Tints of Hacienda #A37B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 53.97%
G = 40.73%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37B10 (or 0xA37B10) is known color: Hacienda. HEX triplet: A3, 7B and 10. RGB value is (163,123,16). Sum of RGB (Red+Green+Blue) = 163+123+16=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B10 is #5C84EF. Grayscale: #7B7B7B. Windows color (decimal): -6063344 or 1080227. OLE color: 1080227.

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

Color convert

RGB 163 123 16 -
CMYK 0 0.25 0.90 0.36
HSL 43.67º 0.82% 0.35% -
HSV(B) 43.67º 0.9% 0.64% -
XYZ 22.28 21.99 3.56 -
YUV 122.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 163 123 16 0 0.25 0.90 0.36 43.67 0.82 0.35
Hex A3 7B 10 0 19 5A 24 2C 52 23
Octal 243 173 20 0 31 132 44 54 122 43
Binary 10100011 1111011 10000 0 11001 1011010 100100 101100 1010010 100011

Color Harmonies of #A37B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B10

Black with #A37B10

Text Example


Text Example

White with #A37B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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