Html Css Color HEX #A39139 Reef Gold

📋 copy color: '#A39139'

red 163 ◦ green 145 ◦ blue 57

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

Shades of Reef Gold #A39139

Tints of Reef Gold #A39139

RGB

 RED value IS 163 (64.06% from 255) = 44.66%

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

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

R = 44.66%
G = 39.73%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A39139 (or 0xA39139) is known color: Reef Gold. HEX triplet: A3, 91 and 39. RGB value is (163,145,57). Sum of RGB (Red+Green+Blue) = 163+145+57=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A39139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39139 is #5C6EC6. Grayscale: #8C8C8C. Windows color (decimal): -6057671 or 3772835. OLE color: 3772835.

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

Color convert

RGB 163 145 57 -
CMYK 0 0.11 0.65 0.36
HSL 49.81º 0.48% 0.43% -
HSV(B) 49.81º 0.65% 0.64% -
XYZ 25.97 28.33 7.97 -
YUV 140.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 163 145 57 0 0.11 0.65 0.36 49.81 0.48 0.43
Hex A3 91 39 0 B 41 24 32 30 2B
Octal 243 221 71 0 13 101 44 62 60 53
Binary 10100011 10010001 111001 0 1011 1000001 100100 110010 110000 101011

Color Harmonies of #A39139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39139

Black with #A39139

Text Example


Text Example

White with #A39139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39139; }

 p { color: rgb(163,145,57); }

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

background-color css

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

 a { background-color: rgb(163,145,57); }

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

border-color css

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

 span { border-color: rgb(163,145,57); }

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