Html Css Color HEX #A58F02 Dark Goldenrod

📋 copy color: '#A58F02'

red 165 ◦ green 143 ◦ blue 2

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

Shades of Dark Goldenrod #A58F02

Tints of Dark Goldenrod #A58F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 53.23%
G = 46.13%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A58F02 (or 0xA58F02) is known color: Dark Goldenrod. HEX triplet: A5, 8F and 02. RGB value is (165,143,2). Sum of RGB (Red+Green+Blue) = 165+143+2=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58F02 is #5A70FD. Grayscale: #868686. Windows color (decimal): -5927166 or 167845. OLE color: 167845.

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

Color convert

RGB 165 143 2 -
CMYK 0 0.13 0.99 0.35
HSL 51.9º 0.98% 0.33% -
HSV(B) 51.9º 0.99% 0.65% -
XYZ 25.35 27.65 4.06 -
YUV 133.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 165 143 2 0 0.13 0.99 0.35 51.9 0.98 0.33
Hex A5 8F 2 0 D 63 23 34 62 21
Octal 245 217 2 0 15 143 43 64 142 41
Binary 10100101 10001111 10 0 1101 1100011 100011 110100 1100010 100001

Color Harmonies of #A58F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F02

Black with #A58F02

Text Example


Text Example

White with #A58F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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