#A58838

Color #A58838 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A58838

Tints of Reef Gold #A58838

Color information

#A58838 (or 0xA58838) is unknown color: approx Reef Gold. HEX triplet: A5, 88 and 38. RGB value is (165,136,56). Sum of RGB (Red+Green+Blue) = 165+136+56=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A58838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58838 is #5A77C7. Grayscale: #878787. Windows color (decimal): -5928904 or 3704997. OLE color: 3704997.

HSL color Cylindrical-coordinate representation of color #A58838: hue angle of 44.04º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A58838 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16513656-
CMYK00.180.660.35
HSL44.04º49.32%43.33%-
HSV(B)44.04º66.06%64.71%-
XYZ25.0425.897.42-
YUV135.5583.11149-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=46.22%
G=38.10%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651365600.180.660.3544.0449.3243.33
HexA5883801242232c312b
Octal2452107002210243546153
Binary10100101100010001110000100101000010100011101100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58838; }

 p { color: rgb(165,136,56); }

 H1.HeaderClassName
 {
   color: #A58838;
 }
 .AnyTagClassName
 {
   color: #A58838;
 }
</style>
background-color css

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

 a { background-color: rgb(165,136,56); }

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

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

 span { border-color: rgb(165,136,56); }

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