Html Css Color HEX #A59539 Reef Gold

📋 copy color: '#A59539'

red 165 ◦ green 149 ◦ blue 57

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

Shades of Reef Gold #A59539

Tints of Reef Gold #A59539

RGB

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

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

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

R = 44.47%
G = 40.16%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A59539 (or 0xA59539) is known color: Reef Gold. HEX triplet: A5, 95 and 39. RGB value is (165,149,57). Sum of RGB (Red+Green+Blue) = 165+149+57=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A59539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59539 is #5A6AC6. Grayscale: #8F8F8F. Windows color (decimal): -5925575 or 3773861. OLE color: 3773861.

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

Color convert

RGB 165 149 57 -
CMYK 0 0.10 0.65 0.35
HSL 51.11º 0.49% 0.44% -
HSV(B) 51.11º 0.65% 0.65% -
XYZ 27 29.79 8.2 -
YUV 143.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 165 149 57 0 0.10 0.65 0.35 51.11 0.49 0.44
Hex A5 95 39 0 A 41 23 33 31 2C
Octal 245 225 71 0 12 101 43 63 61 54
Binary 10100101 10010101 111001 0 1010 1000001 100011 110011 110001 101100

Color Harmonies of #A59539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59539

Black with #A59539

Text Example


Text Example

White with #A59539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59539; }

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

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

background-color css

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

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

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

border-color css

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

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

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