Html Css Color HEX #A37701 Dark Goldenrod

📋 copy color: '#A37701'

red 163 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #A37701

Tints of Dark Goldenrod #A37701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 57.6%
G = 42.05%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A37701 (or 0xA37701) is known color: Dark Goldenrod. HEX triplet: A3, 77 and 01. RGB value is (163,119,1). Sum of RGB (Red+Green+Blue) = 163+119+1=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A37701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37701 is #5C88FE. Grayscale: #777777. Windows color (decimal): -6064383 or 96163. OLE color: 96163.

HSL color Cylindrical-coordinate representation of color #A37701: hue angle of 43.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A37701 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 119 1 -
CMYK 0 0.27 0.99 0.36
HSL 43.7º 0.99% 0.32% -
HSV(B) 43.7º 0.99% 0.64% -
XYZ 21.71 20.98 2.93 -
YUV 118.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 163 119 1 0 0.27 0.99 0.36 43.7 0.99 0.32
Hex A3 77 1 0 1B 63 24 2C 63 20
Octal 243 167 1 0 33 143 44 54 143 40
Binary 10100011 1110111 1 0 11011 1100011 100100 101100 1100011 100000

Color Harmonies of #A37701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37701

Black with #A37701

Text Example


Text Example

White with #A37701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37701; }

 p { color: rgb(163,119,1); }

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

background-color css

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

 a { background-color: rgb(163,119,1); }

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

border-color css

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

 span { border-color: rgb(163,119,1); }

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