#A38835

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

Shades of Reef Gold #A38835

Tints of Reef Gold #A38835

Color information

#A38835 (or 0xA38835) is unknown color: approx Reef Gold. HEX triplet: A3, 88 and 35. RGB value is (163,136,53). Sum of RGB (Red+Green+Blue) = 163+136+53=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A38835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38835 is #5C77CA. Grayscale: #868686. Windows color (decimal): -6059979 or 3508387. OLE color: 3508387.

HSL color Cylindrical-coordinate representation of color #A38835: hue angle of 45.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A38835 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16313653-
CMYK00.170.670.36
HSL45.27º50.93%42.35%-
HSV(B)45.27º67.48%63.92%-
XYZ24.5525.657.03-
YUV134.6181.95148.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=46.31%
G=38.64%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631365300.170.670.3645.2750.9342.35
HexA3883501143242d332a
Octal2432106502110344556352
Binary10100011100010001101010100011000011100100101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38835; }

 p { color: rgb(163,136,53); }

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

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

 a { background-color: rgb(163,136,53); }

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

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

 span { border-color: rgb(163,136,53); }

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