Html Css Color HEX #A07803 Dark Goldenrod

📋 copy color: '#A07803'

red 160 ◦ green 120 ◦ blue 3

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

Shades of Dark Goldenrod #A07803

Tints of Dark Goldenrod #A07803

RGB

 RED value IS 160 (62.89% from 255) = 56.54%

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 56.54%
G = 42.4%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07803 (or 0xA07803) is known color: Dark Goldenrod. HEX triplet: A0, 78 and 03. RGB value is (160,120,3). Sum of RGB (Red+Green+Blue) = 160+120+3=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A07803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07803 is #5F87FC. Grayscale: #777777. Windows color (decimal): -6260733 or 227488. OLE color: 227488.

HSL color Cylindrical-coordinate representation of color #A07803: hue angle of 44.71º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A07803 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 3 -
CMYK 0 0.25 0.98 0.37
HSL 44.71º 0.96% 0.32% -
HSV(B) 44.71º 0.98% 0.63% -
XYZ 21.23 20.91 3 -
YUV 118.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 160 120 3 0 0.25 0.98 0.37 44.71 0.96 0.32
Hex A0 78 3 0 19 62 25 2D 60 20
Octal 240 170 3 0 31 142 45 55 140 40
Binary 10100000 1111000 11 0 11001 1100010 100101 101101 1100000 100000

Color Harmonies of #A07803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07803

Black with #A07803

Text Example


Text Example

White with #A07803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07803; }

 p { color: rgb(160,120,3); }

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

background-color css

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

 a { background-color: rgb(160,120,3); }

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

border-color css

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

 span { border-color: rgb(160,120,3); }

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