Html Css Color HEX #A58C2F Reef Gold

📋 copy color: '#A58C2F'

red 165 ◦ green 140 ◦ blue 47

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

Shades of Reef Gold #A58C2F

Tints of Reef Gold #A58C2F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.77%

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 46.88%
G = 39.77%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A58C2F (or 0xA58C2F) is known color: Reef Gold. HEX triplet: A5, 8C and 2F. RGB value is (165,140,47). Sum of RGB (Red+Green+Blue) = 165+140+47=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C2F is #5A73D0. Grayscale: #898989. Windows color (decimal): -5927889 or 3116197. OLE color: 3116197.

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

Color convert

RGB 165 140 47 -
CMYK 0 0.15 0.72 0.35
HSL 47.29º 0.56% 0.42% -
HSV(B) 47.29º 0.72% 0.65% -
XYZ 25.41 26.96 6.55 -
YUV 136.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 165 140 47 0 0.15 0.72 0.35 47.29 0.56 0.42
Hex A5 8C 2F 0 F 48 23 2F 38 2A
Octal 245 214 57 0 17 110 43 57 70 52
Binary 10100101 10001100 101111 0 1111 1001000 100011 101111 111000 101010

Color Harmonies of #A58C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C2F

Black with #A58C2F

Text Example


Text Example

White with #A58C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C2F; }

 p { color: rgb(165,140,47); }

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

background-color css

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

 a { background-color: rgb(165,140,47); }

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

border-color css

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

 span { border-color: rgb(165,140,47); }

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