Html Css Color HEX #A58E2D Reef Gold

📋 copy color: '#A58E2D'

red 165 ◦ green 142 ◦ blue 45

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

Shades of Reef Gold #A58E2D

Tints of Reef Gold #A58E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.34%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 46.88%
G = 40.34%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A58E2D (or 0xA58E2D) is known color: Reef Gold. HEX triplet: A5, 8E and 2D. RGB value is (165,142,45). Sum of RGB (Red+Green+Blue) = 165+142+45=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E2D is #5A71D2. Grayscale: #8A8A8A. Windows color (decimal): -5927379 or 2985637. OLE color: 2985637.

HSL color Cylindrical-coordinate representation of color #A58E2D: hue angle of 48.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A58E2D is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 142 45 -
CMYK 0 0.14 0.73 0.35
HSL 48.5º 0.57% 0.41% -
HSV(B) 48.5º 0.73% 0.65% -
XYZ 25.66 27.53 6.44 -
YUV 137.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 165 142 45 0 0.14 0.73 0.35 48.5 0.57 0.41
Hex A5 8E 2D 0 E 49 23 30 39 29
Octal 245 216 55 0 16 111 43 60 71 51
Binary 10100101 10001110 101101 0 1110 1001001 100011 110000 111001 101001

Color Harmonies of #A58E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E2D

Black with #A58E2D

Text Example


Text Example

White with #A58E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E2D; }

 p { color: rgb(165,142,45); }

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

background-color css

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

 a { background-color: rgb(165,142,45); }

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

border-color css

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

 span { border-color: rgb(165,142,45); }

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