Html Css Color HEX #A58A0E Dark Goldenrod

📋 copy color: '#A58A0E'

red 165 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #A58A0E

Tints of Dark Goldenrod #A58A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 52.05%
G = 43.53%
B = 4.42%

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

#A58A0E (or 0xA58A0E) is known color: Dark Goldenrod. HEX triplet: A5, 8A and 0E. RGB value is (165,138,14). Sum of RGB (Red+Green+Blue) = 165+138+14=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58A0E is #5A75F1. Grayscale: #848484. Windows color (decimal): -5928434 or 952997. OLE color: 952997.

HSL color Cylindrical-coordinate representation of color #A58A0E: hue angle of 49.27º degrees, saturation: 0.84, 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 #A58A0E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 138 14 -
CMYK 0 0.16 0.92 0.35
HSL 49.27º 0.84% 0.35% -
HSV(B) 49.27º 0.92% 0.65% -
XYZ 24.68 26.21 4.17 -
YUV 131.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 165 138 14 0 0.16 0.92 0.35 49.27 0.84 0.35
Hex A5 8A E 0 10 5C 23 31 54 23
Octal 245 212 16 0 20 134 43 61 124 43
Binary 10100101 10001010 1110 0 10000 1011100 100011 110001 1010100 100011

Color Harmonies of #A58A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A0E

Black with #A58A0E

Text Example


Text Example

White with #A58A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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