Html Css Color HEX #A37C0A Dark Goldenrod

📋 copy color: '#A37C0A'

red 163 ◦ green 124 ◦ blue 10

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

Shades of Dark Goldenrod #A37C0A

Tints of Dark Goldenrod #A37C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.75%

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 54.88%
G = 41.75%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A37C0A (or 0xA37C0A) is known color: Dark Goldenrod. HEX triplet: A3, 7C and 0A. RGB value is (163,124,10). Sum of RGB (Red+Green+Blue) = 163+124+10=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C0A is #5C83F5. Grayscale: #7B7B7B. Windows color (decimal): -6063094 or 687267. OLE color: 687267.

HSL color Cylindrical-coordinate representation of color #A37C0A: hue angle of 44.71º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A37C0A is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 10 -
CMYK 0 0.24 0.94 0.36
HSL 44.71º 0.88% 0.34% -
HSV(B) 44.71º 0.94% 0.64% -
XYZ 22.37 22.22 3.4 -
YUV 122.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 163 124 10 0 0.24 0.94 0.36 44.71 0.88 0.34
Hex A3 7C A 0 18 5E 24 2D 58 22
Octal 243 174 12 0 30 136 44 55 130 42
Binary 10100011 1111100 1010 0 11000 1011110 100100 101101 1011000 100010

Color Harmonies of #A37C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C0A

Black with #A37C0A

Text Example


Text Example

White with #A37C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C0A; }

 p { color: rgb(163,124,10); }

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

background-color css

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

 a { background-color: rgb(163,124,10); }

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

border-color css

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

 span { border-color: rgb(163,124,10); }

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