Html Css Color HEX #A59132 Reef Gold

📋 copy color: '#A59132'

red 165 ◦ green 145 ◦ blue 50

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

Shades of Reef Gold #A59132

Tints of Reef Gold #A59132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 45.83%
G = 40.28%
B = 13.89%

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

#A59132 (or 0xA59132) is known color: Reef Gold. HEX triplet: A5, 91 and 32. RGB value is (165,145,50). Sum of RGB (Red+Green+Blue) = 165+145+50=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A59132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59132 is #5A6ECD. Grayscale: #8C8C8C. Windows color (decimal): -5926606 or 3314085. OLE color: 3314085.

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

Color convert

RGB 165 145 50 -
CMYK 0 0.12 0.70 0.35
HSL 49.57º 0.53% 0.42% -
HSV(B) 49.57º 0.7% 0.65% -
XYZ 26.22 28.48 7.13 -
YUV 140.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 165 145 50 0 0.12 0.70 0.35 49.57 0.53 0.42
Hex A5 91 32 0 C 46 23 32 35 2A
Octal 245 221 62 0 14 106 43 62 65 52
Binary 10100101 10010001 110010 0 1100 1000110 100011 110010 110101 101010

Color Harmonies of #A59132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59132

Black with #A59132

Text Example


Text Example

White with #A59132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59132; }

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

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

background-color css

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

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

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

border-color css

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

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

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