Html Css Color HEX #A49138 Reef Gold

📋 copy color: '#A49138'

red 164 ◦ green 145 ◦ blue 56

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

Shades of Reef Gold #A49138

Tints of Reef Gold #A49138

RGB

 RED value IS 164 (64.45% from 255) = 44.93%

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

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

R = 44.93%
G = 39.73%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A49138 (or 0xA49138) is known color: Reef Gold. HEX triplet: A4, 91 and 38. RGB value is (164,145,56). Sum of RGB (Red+Green+Blue) = 164+145+56=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49138 is #5B6EC7. Grayscale: #8C8C8C. Windows color (decimal): -5992136 or 3707300. OLE color: 3707300.

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

Color convert

RGB 164 145 56 -
CMYK 0 0.12 0.66 0.36
HSL 49.44º 0.49% 0.43% -
HSV(B) 49.44º 0.66% 0.64% -
XYZ 26.15 28.43 7.85 -
YUV 140.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 164 145 56 0 0.12 0.66 0.36 49.44 0.49 0.43
Hex A4 91 38 0 C 42 24 31 31 2B
Octal 244 221 70 0 14 102 44 61 61 53
Binary 10100100 10010001 111000 0 1100 1000010 100100 110001 110001 101011

Color Harmonies of #A49138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49138

Black with #A49138

Text Example


Text Example

White with #A49138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49138; }

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

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

background-color css

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

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

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

border-color css

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

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

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