Html Css Color HEX #A37D23 Hacienda

📋 copy color: '#A37D23'

red 163 ◦ green 125 ◦ blue 35

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

Shades of Hacienda #A37D23

Tints of Hacienda #A37D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.84%

R = 50.46%
G = 38.7%
B = 10.84%

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

#A37D23 (or 0xA37D23) is known color: Hacienda. HEX triplet: A3, 7D and 23. RGB value is (163,125,35). Sum of RGB (Red+Green+Blue) = 163+125+35=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D23 is #5C82DC. Grayscale: #7E7E7E. Windows color (decimal): -6062813 or 2325923. OLE color: 2325923.

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

Color convert

RGB 163 125 35 -
CMYK 0 0.23 0.79 0.36
HSL 42.19º 0.65% 0.39% -
HSV(B) 42.19º 0.79% 0.64% -
XYZ 22.74 22.58 4.75 -
YUV 126.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 163 125 35 0 0.23 0.79 0.36 42.19 0.65 0.39
Hex A3 7D 23 0 17 4F 24 2A 41 27
Octal 243 175 43 0 27 117 44 52 101 47
Binary 10100011 1111101 100011 0 10111 1001111 100100 101010 1000001 100111

Color Harmonies of #A37D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D23

Black with #A37D23

Text Example


Text Example

White with #A37D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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