Html Css Color HEX #A48939 Reef Gold

📋 copy color: '#A48939'

red 164 ◦ green 137 ◦ blue 57

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

Shades of Reef Gold #A48939

Tints of Reef Gold #A48939

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 57 (22.66% from 255) = 15.92%

R = 45.81%
G = 38.27%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A48939 (or 0xA48939) is known color: Reef Gold. HEX triplet: A4, 89 and 39. RGB value is (164,137,57). Sum of RGB (Red+Green+Blue) = 164+137+57=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A48939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48939 is #5B76C6. Grayscale: #888888. Windows color (decimal): -5994183 or 3770788. OLE color: 3770788.

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

Color convert

RGB 164 137 57 -
CMYK 0 0.16 0.65 0.36
HSL 44.86º 0.48% 0.43% -
HSV(B) 44.86º 0.65% 0.64% -
XYZ 24.99 26.08 7.59 -
YUV 135.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 164 137 57 0 0.16 0.65 0.36 44.86 0.48 0.43
Hex A4 89 39 0 10 41 24 2D 30 2B
Octal 244 211 71 0 20 101 44 55 60 53
Binary 10100100 10001001 111001 0 10000 1000001 100100 101101 110000 101011

Color Harmonies of #A48939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48939

Black with #A48939

Text Example


Text Example

White with #A48939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48939; }

 p { color: rgb(164,137,57); }

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

background-color css

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

 a { background-color: rgb(164,137,57); }

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

border-color css

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

 span { border-color: rgb(164,137,57); }

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