Html Css Color HEX #A58803 Dark Goldenrod

📋 copy color: '#A58803'

red 165 ◦ green 136 ◦ blue 3

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

Shades of Dark Goldenrod #A58803

Tints of Dark Goldenrod #A58803

RGB

 RED value IS 165 (64.84% from 255) = 54.28%

 GREEN value IS 136 (53.52% from 255) = 44.74%

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

R = 54.28%
G = 44.74%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A58803 (or 0xA58803) is known color: Dark Goldenrod. HEX triplet: A5, 88 and 03. RGB value is (165,136,3). Sum of RGB (Red+Green+Blue) = 165+136+3=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A58803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58803 is #5A77FC. Grayscale: #828282. Windows color (decimal): -5928957 or 231589. OLE color: 231589.

HSL color Cylindrical-coordinate representation of color #A58803: hue angle of 49.26º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A58803 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 3 -
CMYK 0 0.18 0.98 0.35
HSL 49.26º 0.96% 0.33% -
HSV(B) 49.26º 0.98% 0.65% -
XYZ 24.34 25.61 3.75 -
YUV 129.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 165 136 3 0 0.18 0.98 0.35 49.26 0.96 0.33
Hex A5 88 3 0 12 62 23 31 60 21
Octal 245 210 3 0 22 142 43 61 140 41
Binary 10100101 10001000 11 0 10010 1100010 100011 110001 1100000 100001

Color Harmonies of #A58803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58803

Black with #A58803

Text Example


Text Example

White with #A58803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58803; }

 p { color: rgb(165,136,3); }

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

background-color css

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

 a { background-color: rgb(165,136,3); }

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

border-color css

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

 span { border-color: rgb(165,136,3); }

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