Html Css Color HEX #A09338 Reef Gold

📋 copy color: '#A09338'

red 160 ◦ green 147 ◦ blue 56

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

Shades of Reef Gold #A09338

Tints of Reef Gold #A09338

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 44.08%
G = 40.5%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A09338 (or 0xA09338) is known color: Reef Gold. HEX triplet: A0, 93 and 38. RGB value is (160,147,56). Sum of RGB (Red+Green+Blue) = 160+147+56=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A09338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09338 is #5F6CC7. Grayscale: #8C8C8C. Windows color (decimal): -6253768 or 3707808. OLE color: 3707808.

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

Color convert

RGB 160 147 56 -
CMYK 0 0.08 0.65 0.37
HSL 52.5º 0.48% 0.42% -
HSV(B) 52.5º 0.65% 0.63% -
XYZ 25.64 28.63 7.92 -
YUV 140.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 160 147 56 0 0.08 0.65 0.37 52.5 0.48 0.42
Hex A0 93 38 0 8 41 25 34 30 2A
Octal 240 223 70 0 10 101 45 64 60 52
Binary 10100000 10010011 111000 0 1000 1000001 100101 110100 110000 101010

Color Harmonies of #A09338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09338

Black with #A09338

Text Example


Text Example

White with #A09338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09338; }

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

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

background-color css

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

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

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

border-color css

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

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

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