Html Css Color HEX #A49231 Reef Gold

📋 copy color: '#A49231'

red 164 ◦ green 146 ◦ blue 49

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

Shades of Reef Gold #A49231

Tints of Reef Gold #A49231

RGB

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

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

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

R = 45.68%
G = 40.67%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A49231 (or 0xA49231) is known color: Reef Gold. HEX triplet: A4, 92 and 31. RGB value is (164,146,49). Sum of RGB (Red+Green+Blue) = 164+146+49=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A49231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49231 is #5B6DCE. Grayscale: #8C8C8C. Windows color (decimal): -5991887 or 3248804. OLE color: 3248804.

HSL color Cylindrical-coordinate representation of color #A49231: hue angle of 50.61º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A49231 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 49 -
CMYK 0 0.11 0.70 0.36
HSL 50.61º 0.54% 0.42% -
HSV(B) 50.61º 0.7% 0.64% -
XYZ 26.14 28.67 7.06 -
YUV 140.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 164 146 49 0 0.11 0.70 0.36 50.61 0.54 0.42
Hex A4 92 31 0 B 46 24 33 36 2A
Octal 244 222 61 0 13 106 44 63 66 52
Binary 10100100 10010010 110001 0 1011 1000110 100100 110011 110110 101010

Color Harmonies of #A49231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49231

Black with #A49231

Text Example


Text Example

White with #A49231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49231; }

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

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

background-color css

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

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

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

border-color css

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

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

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