Html Css Color HEX #A37D22 Hacienda

📋 copy color: '#A37D22'

red 163 ◦ green 125 ◦ blue 34

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

Shades of Hacienda #A37D22

Tints of Hacienda #A37D22

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 50.62%
G = 38.82%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A37D22 (or 0xA37D22) is known color: Hacienda. HEX triplet: A3, 7D and 22. RGB value is (163,125,34). Sum of RGB (Red+Green+Blue) = 163+125+34=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D22 is #5C82DD. Grayscale: #7E7E7E. Windows color (decimal): -6062814 or 2260387. OLE color: 2260387.

HSL color Cylindrical-coordinate representation of color #A37D22: hue angle of 42.33º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A37D22 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 34 -
CMYK 0 0.23 0.79 0.36
HSL 42.33º 0.65% 0.39% -
HSV(B) 42.33º 0.79% 0.64% -
XYZ 22.73 22.57 4.67 -
YUV 125.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 163 125 34 0 0.23 0.79 0.36 42.33 0.65 0.39
Hex A3 7D 22 0 17 4F 24 2A 41 27
Octal 243 175 42 0 27 117 44 52 101 47
Binary 10100011 1111101 100010 0 10111 1001111 100100 101010 1000001 100111

Color Harmonies of #A37D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D22

Black with #A37D22

Text Example


Text Example

White with #A37D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D22; }

 p { color: rgb(163,125,34); }

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

background-color css

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

 a { background-color: rgb(163,125,34); }

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

border-color css

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

 span { border-color: rgb(163,125,34); }

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