Html Css Color HEX #A09238 Reef Gold

📋 copy color: '#A09238'

red 160 ◦ green 146 ◦ blue 56

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

Shades of Reef Gold #A09238

Tints of Reef Gold #A09238

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 44.2%
G = 40.33%
B = 15.47%

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

#A09238 (or 0xA09238) is known color: Reef Gold. HEX triplet: A0, 92 and 38. RGB value is (160,146,56). Sum of RGB (Red+Green+Blue) = 160+146+56=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A09238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09238 is #5F6DC7. Grayscale: #8C8C8C. Windows color (decimal): -6254024 or 3707552. OLE color: 3707552.

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

Color convert

RGB 160 146 56 -
CMYK 0 0.09 0.65 0.37
HSL 51.92º 0.48% 0.42% -
HSV(B) 51.92º 0.65% 0.63% -
XYZ 25.49 28.32 7.86 -
YUV 139.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 160 146 56 0 0.09 0.65 0.37 51.92 0.48 0.42
Hex A0 92 38 0 9 41 25 34 30 2A
Octal 240 222 70 0 11 101 45 64 60 52
Binary 10100000 10010010 111000 0 1001 1000001 100101 110100 110000 101010

Color Harmonies of #A09238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09238

Black with #A09238

Text Example


Text Example

White with #A09238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09238; }

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

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

background-color css

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

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

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

border-color css

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

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

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