Html Css Color HEX #A37F0D Hacienda

📋 copy color: '#A37F0D'

red 163 ◦ green 127 ◦ blue 13

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

Shades of Hacienda #A37F0D

Tints of Hacienda #A37F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 53.8%
G = 41.91%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A37F0D (or 0xA37F0D) is known color: Hacienda. HEX triplet: A3, 7F and 0D. RGB value is (163,127,13). Sum of RGB (Red+Green+Blue) = 163+127+13=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F0D is #5C80F2. Grayscale: #7D7D7D. Windows color (decimal): -6062323 or 884643. OLE color: 884643.

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

Color convert

RGB 163 127 13 -
CMYK 0 0.22 0.92 0.36
HSL 45.6º 0.85% 0.35% -
HSV(B) 45.6º 0.92% 0.64% -
XYZ 22.77 22.99 3.62 -
YUV 124.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 163 127 13 0 0.22 0.92 0.36 45.6 0.85 0.35
Hex A3 7F D 0 16 5C 24 2E 55 23
Octal 243 177 15 0 26 134 44 56 125 43
Binary 10100011 1111111 1101 0 10110 1011100 100100 101110 1010101 100011

Color Harmonies of #A37F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F0D

Black with #A37F0D

Text Example


Text Example

White with #A37F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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