Html Css Color HEX #A09538 Reef Gold

📋 copy color: '#A09538'

red 160 ◦ green 149 ◦ blue 56

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

Shades of Reef Gold #A09538

Tints of Reef Gold #A09538

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 43.84%
G = 40.82%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A09538 (or 0xA09538) is known color: Reef Gold. HEX triplet: A0, 95 and 38. RGB value is (160,149,56). Sum of RGB (Red+Green+Blue) = 160+149+56=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A09538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09538 is #5F6AC7. Grayscale: #8E8E8E. Windows color (decimal): -6253256 or 3708320. OLE color: 3708320.

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

Color convert

RGB 160 149 56 -
CMYK 0 0.07 0.65 0.37
HSL 53.65º 0.48% 0.42% -
HSV(B) 53.65º 0.65% 0.63% -
XYZ 25.96 29.25 8.02 -
YUV 141.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 160 149 56 0 0.07 0.65 0.37 53.65 0.48 0.42
Hex A0 95 38 0 7 41 25 36 30 2A
Octal 240 225 70 0 7 101 45 66 60 52
Binary 10100000 10010101 111000 0 111 1000001 100101 110110 110000 101010

Color Harmonies of #A09538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09538

Black with #A09538

Text Example


Text Example

White with #A09538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09538; }

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

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

background-color css

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

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

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

border-color css

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

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

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