Html Css Color HEX #A37800 Dark Goldenrod

📋 copy color: '#A37800'

red 163 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #A37800

Tints of Dark Goldenrod #A37800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.6%
G = 42.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A37800 (or 0xA37800) is known color: Dark Goldenrod. HEX triplet: A3, 78 and 00. RGB value is (163,120,0). Sum of RGB (Red+Green+Blue) = 163+120+0=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A37800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37800 is #5C87FF. Grayscale: #777777. Windows color (decimal): -6064128 or 30883. OLE color: 30883.

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

Color convert

RGB 163 120 0 -
CMYK 0 0.26 1 0.36
HSL 44.17º 1% 0.32% -
HSV(B) 44.17º 1% 0.64% -
XYZ 21.82 21.22 2.95 -
YUV 119.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 163 120 0 0 0.26 1 0.36 44.17 1 0.32
Hex A3 78 0 0 1A 64 24 2C 64 20
Octal 243 170 0 0 32 144 44 54 144 40
Binary 10100011 1111000 0 0 11010 1100100 100100 101100 1100100 100000

Color Harmonies of #A37800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37800

Black with #A37800

Text Example


Text Example

White with #A37800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37800; }

 p { color: rgb(163,120,0); }

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

background-color css

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

 a { background-color: rgb(163,120,0); }

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

border-color css

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

 span { border-color: rgb(163,120,0); }

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