Html Css Color HEX #A59138 Reef Gold

📋 copy color: '#A59138'

red 165 ◦ green 145 ◦ blue 56

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

Shades of Reef Gold #A59138

Tints of Reef Gold #A59138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 56 (22.27% from 255) = 15.3%

R = 45.08%
G = 39.62%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A59138 (or 0xA59138) is known color: Reef Gold. HEX triplet: A5, 91 and 38. RGB value is (165,145,56). Sum of RGB (Red+Green+Blue) = 165+145+56=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A59138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59138 is #5A6EC7. Grayscale: #8D8D8D. Windows color (decimal): -5926600 or 3707301. OLE color: 3707301.

HSL color Cylindrical-coordinate representation of color #A59138: hue angle of 48.99º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A59138 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 145 56 -
CMYK 0 0.12 0.66 0.35
HSL 48.99º 0.49% 0.43% -
HSV(B) 48.99º 0.66% 0.65% -
XYZ 26.36 28.54 7.86 -
YUV 140.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 165 145 56 0 0.12 0.66 0.35 48.99 0.49 0.43
Hex A5 91 38 0 C 42 23 31 31 2B
Octal 245 221 70 0 14 102 43 61 61 53
Binary 10100101 10010001 111000 0 1100 1000010 100011 110001 110001 101011

Color Harmonies of #A59138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59138

Black with #A59138

Text Example


Text Example

White with #A59138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59138; }

 p { color: rgb(165,145,56); }

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

background-color css

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

 a { background-color: rgb(165,145,56); }

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

border-color css

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

 span { border-color: rgb(165,145,56); }

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