Html Css Color HEX #A58F03 Dark Goldenrod

📋 copy color: '#A58F03'

red 165 ◦ green 143 ◦ blue 3

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

Shades of Dark Goldenrod #A58F03

Tints of Dark Goldenrod #A58F03

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.98%

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

R = 53.05%
G = 45.98%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A58F03 (or 0xA58F03) is known color: Dark Goldenrod. HEX triplet: A5, 8F and 03. RGB value is (165,143,3). Sum of RGB (Red+Green+Blue) = 165+143+3=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58F03 is #5A70FC. Grayscale: #868686. Windows color (decimal): -5927165 or 233381. OLE color: 233381.

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

Color convert

RGB 165 143 3 -
CMYK 0 0.13 0.98 0.35
HSL 51.85º 0.96% 0.33% -
HSV(B) 51.85º 0.98% 0.65% -
XYZ 25.36 27.65 4.09 -
YUV 133.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 165 143 3 0 0.13 0.98 0.35 51.85 0.96 0.33
Hex A5 8F 3 0 D 62 23 34 60 21
Octal 245 217 3 0 15 142 43 64 140 41
Binary 10100101 10001111 11 0 1101 1100010 100011 110100 1100000 100001

Color Harmonies of #A58F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F03

Black with #A58F03

Text Example


Text Example

White with #A58F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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