Html Css Color HEX #A37B16 Hacienda

📋 copy color: '#A37B16'

red 163 ◦ green 123 ◦ blue 22

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

Shades of Hacienda #A37B16

Tints of Hacienda #A37B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 52.92%
G = 39.94%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A37B16 (or 0xA37B16) is known color: Hacienda. HEX triplet: A3, 7B and 16. RGB value is (163,123,22). Sum of RGB (Red+Green+Blue) = 163+123+22=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B16 is #5C84E9. Grayscale: #7B7B7B. Windows color (decimal): -6063338 or 1473443. OLE color: 1473443.

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

Color convert

RGB 163 123 22 -
CMYK 0 0.25 0.87 0.36
HSL 42.98º 0.76% 0.36% -
HSV(B) 42.98º 0.87% 0.64% -
XYZ 22.33 22.01 3.83 -
YUV 123.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 163 123 22 0 0.25 0.87 0.36 42.98 0.76 0.36
Hex A3 7B 16 0 19 57 24 2B 4C 24
Octal 243 173 26 0 31 127 44 53 114 44
Binary 10100011 1111011 10110 0 11001 1010111 100100 101011 1001100 100100

Color Harmonies of #A37B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B16

Black with #A37B16

Text Example


Text Example

White with #A37B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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