Html Css Color HEX #A08503 Dark Goldenrod

📋 copy color: '#A08503'

red 160 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #A08503

Tints of Dark Goldenrod #A08503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

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

R = 54.05%
G = 44.93%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08503 (or 0xA08503) is known color: Dark Goldenrod. HEX triplet: A0, 85 and 03. RGB value is (160,133,3). Sum of RGB (Red+Green+Blue) = 160+133+3=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A08503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08503 is #5F7AFC. Grayscale: #7E7E7E. Windows color (decimal): -6257405 or 230816. OLE color: 230816.

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

Color convert

RGB 160 133 3 -
CMYK 0 0.17 0.98 0.37
HSL 49.68º 0.96% 0.32% -
HSV(B) 49.68º 0.98% 0.63% -
XYZ 22.9 24.26 3.56 -
YUV 126.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 160 133 3 0 0.17 0.98 0.37 49.68 0.96 0.32
Hex A0 85 3 0 11 62 25 32 60 20
Octal 240 205 3 0 21 142 45 62 140 40
Binary 10100000 10000101 11 0 10001 1100010 100101 110010 1100000 100000

Color Harmonies of #A08503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08503

Black with #A08503

Text Example


Text Example

White with #A08503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08503; }

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

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

background-color css

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

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

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

border-color css

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

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

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