Html Css Color HEX #A37B0E Hacienda

📋 copy color: '#A37B0E'

red 163 ◦ green 123 ◦ blue 14

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

Shades of Hacienda #A37B0E

Tints of Hacienda #A37B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 54.33%
G = 41%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A37B0E (or 0xA37B0E) is known color: Hacienda. HEX triplet: A3, 7B and 0E. RGB value is (163,123,14). Sum of RGB (Red+Green+Blue) = 163+123+14=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B0E is #5C84F1. Grayscale: #7B7B7B. Windows color (decimal): -6063346 or 949155. OLE color: 949155.

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

Color convert

RGB 163 123 14 -
CMYK 0 0.25 0.91 0.36
HSL 43.89º 0.84% 0.35% -
HSV(B) 43.89º 0.91% 0.64% -
XYZ 22.27 21.98 3.49 -
YUV 122.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 163 123 14 0 0.25 0.91 0.36 43.89 0.84 0.35
Hex A3 7B E 0 19 5B 24 2C 54 23
Octal 243 173 16 0 31 133 44 54 124 43
Binary 10100011 1111011 1110 0 11001 1011011 100100 101100 1010100 100011

Color Harmonies of #A37B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B0E

Black with #A37B0E

Text Example


Text Example

White with #A37B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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