Html Css Color HEX #A49738 Reef Gold

📋 copy color: '#A49738'

red 164 ◦ green 151 ◦ blue 56

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

Shades of Reef Gold #A49738

Tints of Reef Gold #A49738

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 44.2%
G = 40.7%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A49738 (or 0xA49738) is known color: Reef Gold. HEX triplet: A4, 97 and 38. RGB value is (164,151,56). Sum of RGB (Red+Green+Blue) = 164+151+56=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A49738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49738 is #5B68C7. Grayscale: #909090. Windows color (decimal): -5990600 or 3708836. OLE color: 3708836.

HSL color Cylindrical-coordinate representation of color #A49738: hue angle of 52.78º 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 #A49738 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 56 -
CMYK 0 0.08 0.66 0.36
HSL 52.78º 0.49% 0.43% -
HSV(B) 52.78º 0.66% 0.64% -
XYZ 27.09 30.31 8.16 -
YUV 144.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 164 151 56 0 0.08 0.66 0.36 52.78 0.49 0.43
Hex A4 97 38 0 8 42 24 35 31 2B
Octal 244 227 70 0 10 102 44 65 61 53
Binary 10100100 10010111 111000 0 1000 1000010 100100 110101 110001 101011

Color Harmonies of #A49738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49738

Black with #A49738

Text Example


Text Example

White with #A49738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49738; }

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

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

background-color css

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

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

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

border-color css

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

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

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