Html Css Color HEX #A58A0D Dark Goldenrod

📋 copy color: '#A58A0D'

red 165 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #A58A0D

Tints of Dark Goldenrod #A58A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 52.22%
G = 43.67%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A58A0D (or 0xA58A0D) is known color: Dark Goldenrod. HEX triplet: A5, 8A and 0D. RGB value is (165,138,13). Sum of RGB (Red+Green+Blue) = 165+138+13=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58A0D is #5A75F2. Grayscale: #848484. Windows color (decimal): -5928435 or 887461. OLE color: 887461.

HSL color Cylindrical-coordinate representation of color #A58A0D: hue angle of 49.34º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A58A0D is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 138 13 -
CMYK 0 0.16 0.92 0.35
HSL 49.34º 0.85% 0.35% -
HSV(B) 49.34º 0.92% 0.65% -
XYZ 24.68 26.21 4.14 -
YUV 131.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 165 138 13 0 0.16 0.92 0.35 49.34 0.85 0.35
Hex A5 8A D 0 10 5C 23 31 55 23
Octal 245 212 15 0 20 134 43 61 125 43
Binary 10100101 10001010 1101 0 10000 1011100 100011 110001 1010101 100011

Color Harmonies of #A58A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A0D

Black with #A58A0D

Text Example


Text Example

White with #A58A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A0D; }

 p { color: rgb(165,138,13); }

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

background-color css

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

 a { background-color: rgb(165,138,13); }

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

border-color css

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

 span { border-color: rgb(165,138,13); }

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