Html Css Color HEX #A37F1E Hacienda

📋 copy color: '#A37F1E'

red 163 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #A37F1E

Tints of Hacienda #A37F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 50.94%
G = 39.69%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A37F1E (or 0xA37F1E) is known color: Hacienda. HEX triplet: A3, 7F and 1E. RGB value is (163,127,30). Sum of RGB (Red+Green+Blue) = 163+127+30=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F1E is #5C80E1. Grayscale: #7F7F7F. Windows color (decimal): -6062306 or 1998755. OLE color: 1998755.

HSL color Cylindrical-coordinate representation of color #A37F1E: hue angle of 43.76º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A37F1E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 127 30 -
CMYK 0 0.22 0.82 0.36
HSL 43.76º 0.69% 0.38% -
HSV(B) 43.76º 0.82% 0.64% -
XYZ 22.93 23.06 4.47 -
YUV 126.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 163 127 30 0 0.22 0.82 0.36 43.76 0.69 0.38
Hex A3 7F 1E 0 16 52 24 2C 45 26
Octal 243 177 36 0 26 122 44 54 105 46
Binary 10100011 1111111 11110 0 10110 1010010 100100 101100 1000101 100110

Color Harmonies of #A37F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F1E

Black with #A37F1E

Text Example


Text Example

White with #A37F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F1E; }

 p { color: rgb(163,127,30); }

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

background-color css

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

 a { background-color: rgb(163,127,30); }

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

border-color css

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

 span { border-color: rgb(163,127,30); }

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