Html Css Color HEX #A58531 Reef Gold

📋 copy color: '#A58531'

red 165 ◦ green 133 ◦ blue 49

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

Shades of Reef Gold #A58531

Tints of Reef Gold #A58531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 47.55%
G = 38.33%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A58531 (or 0xA58531) is known color: Reef Gold. HEX triplet: A5, 85 and 31. RGB value is (165,133,49). Sum of RGB (Red+Green+Blue) = 165+133+49=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A58531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58531 is #5A7ACE. Grayscale: #858585. Windows color (decimal): -5929679 or 3245477. OLE color: 3245477.

HSL color Cylindrical-coordinate representation of color #A58531: hue angle of 43.45º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A58531 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 49 -
CMYK 0 0.19 0.70 0.35
HSL 43.45º 0.54% 0.42% -
HSV(B) 43.45º 0.7% 0.65% -
XYZ 24.46 25 6.44 -
YUV 132.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 165 133 49 0 0.19 0.70 0.35 43.45 0.54 0.42
Hex A5 85 31 0 13 46 23 2B 36 2A
Octal 245 205 61 0 23 106 43 53 66 52
Binary 10100101 10000101 110001 0 10011 1000110 100011 101011 110110 101010

Color Harmonies of #A58531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58531

Black with #A58531

Text Example


Text Example

White with #A58531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58531; }

 p { color: rgb(165,133,49); }

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

background-color css

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

 a { background-color: rgb(165,133,49); }

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

border-color css

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

 span { border-color: rgb(165,133,49); }

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