Html Css Color HEX #A58D39 Reef Gold

📋 copy color: '#A58D39'

red 165 ◦ green 141 ◦ blue 57

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

Shades of Reef Gold #A58D39

Tints of Reef Gold #A58D39

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 57 (22.66% from 255) = 15.7%

R = 45.45%
G = 38.84%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A58D39 (or 0xA58D39) is known color: Reef Gold. HEX triplet: A5, 8D and 39. RGB value is (165,141,57). Sum of RGB (Red+Green+Blue) = 165+141+57=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D39 is #5A72C6. Grayscale: #8A8A8A. Windows color (decimal): -5927623 or 3771813. OLE color: 3771813.

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

Color convert

RGB 165 141 57 -
CMYK 0 0.15 0.65 0.35
HSL 46.67º 0.49% 0.44% -
HSV(B) 46.67º 0.65% 0.65% -
XYZ 25.78 27.34 7.79 -
YUV 138.6 81.95 146.83 -
System Red Green Blue C M Y K H S L
Decimal 165 141 57 0 0.15 0.65 0.35 46.67 0.49 0.44
Hex A5 8D 39 0 F 41 23 2F 31 2C
Octal 245 215 71 0 17 101 43 57 61 54
Binary 10100101 10001101 111001 0 1111 1000001 100011 101111 110001 101100

Color Harmonies of #A58D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D39

Black with #A58D39

Text Example


Text Example

White with #A58D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D39; }

 p { color: rgb(165,141,57); }

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

background-color css

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

 a { background-color: rgb(165,141,57); }

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

border-color css

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

 span { border-color: rgb(165,141,57); }

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