Html Css Color HEX #A58703 Dark Goldenrod

📋 copy color: '#A58703'

red 165 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #A58703

Tints of Dark Goldenrod #A58703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.55%

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

R = 54.46%
G = 44.55%
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

#A58703 (or 0xA58703) is known color: Dark Goldenrod. HEX triplet: A5, 87 and 03. RGB value is (165,135,3). Sum of RGB (Red+Green+Blue) = 165+135+3=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A58703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58703 is #5A78FC. Grayscale: #818181. Windows color (decimal): -5929213 or 231333. OLE color: 231333.

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

Color convert

RGB 165 135 3 -
CMYK 0 0.18 0.98 0.35
HSL 48.89º 0.96% 0.33% -
HSV(B) 48.89º 0.98% 0.65% -
XYZ 24.2 25.33 3.7 -
YUV 128.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 165 135 3 0 0.18 0.98 0.35 48.89 0.96 0.33
Hex A5 87 3 0 12 62 23 31 60 21
Octal 245 207 3 0 22 142 43 61 140 41
Binary 10100101 10000111 11 0 10010 1100010 100011 110001 1100000 100001

Color Harmonies of #A58703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58703

Black with #A58703

Text Example


Text Example

White with #A58703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58703; }

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

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

background-color css

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

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

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

border-color css

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

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

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