Html Css Color HEX #A59531 Reef Gold

📋 copy color: '#A59531'

red 165 ◦ green 149 ◦ blue 49

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

Shades of Reef Gold #A59531

Tints of Reef Gold #A59531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

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

R = 45.45%
G = 41.05%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A59531 (or 0xA59531) is known color: Reef Gold. HEX triplet: A5, 95 and 31. RGB value is (165,149,49). Sum of RGB (Red+Green+Blue) = 165+149+49=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A59531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59531 is #5A6ACE. Grayscale: #8E8E8E. Windows color (decimal): -5925583 or 3249573. OLE color: 3249573.

HSL color Cylindrical-coordinate representation of color #A59531: hue angle of 51.72º 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 #A59531 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 49 -
CMYK 0 0.10 0.70 0.35
HSL 51.72º 0.54% 0.42% -
HSV(B) 51.72º 0.7% 0.65% -
XYZ 26.82 29.72 7.23 -
YUV 142.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 165 149 49 0 0.10 0.70 0.35 51.72 0.54 0.42
Hex A5 95 31 0 A 46 23 34 36 2A
Octal 245 225 61 0 12 106 43 64 66 52
Binary 10100101 10010101 110001 0 1010 1000110 100011 110100 110110 101010

Color Harmonies of #A59531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59531

Black with #A59531

Text Example


Text Example

White with #A59531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59531; }

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

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

background-color css

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

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

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

border-color css

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

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

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