Html Css Color HEX #A39138 Reef Gold

📋 copy color: '#A39138'

red 163 ◦ green 145 ◦ blue 56

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

Shades of Reef Gold #A39138

Tints of Reef Gold #A39138

RGB

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

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

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

R = 44.78%
G = 39.84%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A39138 (or 0xA39138) is known color: Reef Gold. HEX triplet: A3, 91 and 38. RGB value is (163,145,56). Sum of RGB (Red+Green+Blue) = 163+145+56=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A39138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39138 is #5C6EC7. Grayscale: #8C8C8C. Windows color (decimal): -6057672 or 3707299. OLE color: 3707299.

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

Color convert

RGB 163 145 56 -
CMYK 0 0.11 0.66 0.36
HSL 49.91º 0.49% 0.43% -
HSV(B) 49.91º 0.66% 0.64% -
XYZ 25.94 28.32 7.84 -
YUV 140.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 163 145 56 0 0.11 0.66 0.36 49.91 0.49 0.43
Hex A3 91 38 0 B 42 24 32 31 2B
Octal 243 221 70 0 13 102 44 62 61 53
Binary 10100011 10010001 111000 0 1011 1000010 100100 110010 110001 101011

Color Harmonies of #A39138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39138

Black with #A39138

Text Example


Text Example

White with #A39138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39138; }

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

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

background-color css

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

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

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

border-color css

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

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

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