Html Css Color HEX #A09038 Reef Gold

📋 copy color: '#A09038'

red 160 ◦ green 144 ◦ blue 56

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

Shades of Reef Gold #A09038

Tints of Reef Gold #A09038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

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

R = 44.44%
G = 40%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A09038 (or 0xA09038) is known color: Reef Gold. HEX triplet: A0, 90 and 38. RGB value is (160,144,56). Sum of RGB (Red+Green+Blue) = 160+144+56=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A09038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09038 is #5F6FC7. Grayscale: #8B8B8B. Windows color (decimal): -6254536 or 3707040. OLE color: 3707040.

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

Color convert

RGB 160 144 56 -
CMYK 0 0.1 0.65 0.37
HSL 50.77º 0.48% 0.42% -
HSV(B) 50.77º 0.65% 0.63% -
XYZ 25.18 27.71 7.76 -
YUV 138.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 160 144 56 0 0.1 0.65 0.37 50.77 0.48 0.42
Hex A0 90 38 0 A 41 25 33 30 2A
Octal 240 220 70 0 12 101 45 63 60 52
Binary 10100000 10010000 111000 0 1010 1000001 100101 110011 110000 101010

Color Harmonies of #A09038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09038

Black with #A09038

Text Example


Text Example

White with #A09038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09038; }

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

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

background-color css

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

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

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

border-color css

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

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

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