Html Css Color HEX #A58A0C Dark Goldenrod

📋 copy color: '#A58A0C'

red 165 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #A58A0C

Tints of Dark Goldenrod #A58A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 52.38%
G = 43.81%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A58A0C (or 0xA58A0C) is known color: Dark Goldenrod. HEX triplet: A5, 8A and 0C. RGB value is (165,138,12). Sum of RGB (Red+Green+Blue) = 165+138+12=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58A0C is #5A75F3. Grayscale: #848484. Windows color (decimal): -5928436 or 821925. OLE color: 821925.

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

Color convert

RGB 165 138 12 -
CMYK 0 0.16 0.93 0.35
HSL 49.41º 0.86% 0.35% -
HSV(B) 49.41º 0.93% 0.65% -
XYZ 24.67 26.2 4.11 -
YUV 131.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 165 138 12 0 0.16 0.93 0.35 49.41 0.86 0.35
Hex A5 8A C 0 10 5D 23 31 56 23
Octal 245 212 14 0 20 135 43 61 126 43
Binary 10100101 10001010 1100 0 10000 1011101 100011 110001 1010110 100011

Color Harmonies of #A58A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A0C

Black with #A58A0C

Text Example


Text Example

White with #A58A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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