Html Css Color HEX #A09138 Reef Gold

📋 copy color: '#A09138'

red 160 ◦ green 145 ◦ blue 56

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

Shades of Reef Gold #A09138

Tints of Reef Gold #A09138

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

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

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

R = 44.32%
G = 40.17%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A09138 (or 0xA09138) is known color: Reef Gold. HEX triplet: A0, 91 and 38. RGB value is (160,145,56). Sum of RGB (Red+Green+Blue) = 160+145+56=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A09138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09138 is #5F6EC7. Grayscale: #8B8B8B. Windows color (decimal): -6254280 or 3707296. OLE color: 3707296.

HSL color Cylindrical-coordinate representation of color #A09138: hue angle of 51.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A09138 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 56 -
CMYK 0 0.09 0.65 0.37
HSL 51.35º 0.48% 0.42% -
HSV(B) 51.35º 0.65% 0.63% -
XYZ 25.34 28.01 7.81 -
YUV 139.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 160 145 56 0 0.09 0.65 0.37 51.35 0.48 0.42
Hex A0 91 38 0 9 41 25 33 30 2A
Octal 240 221 70 0 11 101 45 63 60 52
Binary 10100000 10010001 111000 0 1001 1000001 100101 110011 110000 101010

Color Harmonies of #A09138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09138

Black with #A09138

Text Example


Text Example

White with #A09138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09138; }

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

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

background-color css

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

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

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

border-color css

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

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

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