Html Css Color HEX #A59231 Reef Gold

📋 copy color: '#A59231'

red 165 ◦ green 146 ◦ blue 49

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

Shades of Reef Gold #A59231

Tints of Reef Gold #A59231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 45.83%
G = 40.56%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A59231 (or 0xA59231) is known color: Reef Gold. HEX triplet: A5, 92 and 31. RGB value is (165,146,49). Sum of RGB (Red+Green+Blue) = 165+146+49=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A59231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59231 is #5A6DCE. Grayscale: #8D8D8D. Windows color (decimal): -5926351 or 3248805. OLE color: 3248805.

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

Color convert

RGB 165 146 49 -
CMYK 0 0.12 0.70 0.35
HSL 50.17º 0.54% 0.42% -
HSV(B) 50.17º 0.7% 0.65% -
XYZ 26.35 28.78 7.07 -
YUV 140.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 165 146 49 0 0.12 0.70 0.35 50.17 0.54 0.42
Hex A5 92 31 0 C 46 23 32 36 2A
Octal 245 222 61 0 14 106 43 62 66 52
Binary 10100101 10010010 110001 0 1100 1000110 100011 110010 110110 101010

Color Harmonies of #A59231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59231

Black with #A59231

Text Example


Text Example

White with #A59231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59231; }

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

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

background-color css

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

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

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

border-color css

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

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

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