Html Css Color HEX #A58C02 Dark Goldenrod

📋 copy color: '#A58C02'

red 165 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #A58C02

Tints of Dark Goldenrod #A58C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

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

R = 53.75%
G = 45.6%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A58C02 (or 0xA58C02) is known color: Dark Goldenrod. HEX triplet: A5, 8C and 02. RGB value is (165,140,2). Sum of RGB (Red+Green+Blue) = 165+140+2=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58C02 is #5A73FD. Grayscale: #848484. Windows color (decimal): -5927934 or 167077. OLE color: 167077.

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

Color convert

RGB 165 140 2 -
CMYK 0 0.15 0.99 0.35
HSL 50.8º 0.98% 0.33% -
HSV(B) 50.8º 0.99% 0.65% -
XYZ 24.91 26.76 3.91 -
YUV 131.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 165 140 2 0 0.15 0.99 0.35 50.8 0.98 0.33
Hex A5 8C 2 0 F 63 23 33 62 21
Octal 245 214 2 0 17 143 43 63 142 41
Binary 10100101 10001100 10 0 1111 1100011 100011 110011 1100010 100001

Color Harmonies of #A58C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C02

Black with #A58C02

Text Example


Text Example

White with #A58C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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