Html Css Color HEX #A07903 Dark Goldenrod

📋 copy color: '#A07903'

red 160 ◦ green 121 ◦ blue 3

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

Shades of Dark Goldenrod #A07903

Tints of Dark Goldenrod #A07903

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.61%

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

R = 56.34%
G = 42.61%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07903 (or 0xA07903) is known color: Dark Goldenrod. HEX triplet: A0, 79 and 03. RGB value is (160,121,3). Sum of RGB (Red+Green+Blue) = 160+121+3=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A07903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07903 is #5F86FC. Grayscale: #777777. Windows color (decimal): -6260477 or 227744. OLE color: 227744.

HSL color Cylindrical-coordinate representation of color #A07903: hue angle of 45.1º 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 #A07903 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 3 -
CMYK 0 0.24 0.98 0.37
HSL 45.1º 0.96% 0.32% -
HSV(B) 45.1º 0.98% 0.63% -
XYZ 21.35 21.15 3.04 -
YUV 119.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 160 121 3 0 0.24 0.98 0.37 45.1 0.96 0.32
Hex A0 79 3 0 18 62 25 2D 60 20
Octal 240 171 3 0 30 142 45 55 140 40
Binary 10100000 1111001 11 0 11000 1100010 100101 101101 1100000 100000

Color Harmonies of #A07903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07903

Black with #A07903

Text Example


Text Example

White with #A07903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07903; }

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

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

background-color css

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

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

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

border-color css

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

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

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