#A28B3D

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

Shades of Reef Gold #A28B3D

Tints of Reef Gold #A28B3D

Color information

#A28B3D (or 0xA28B3D) is unknown color: approx Reef Gold. HEX triplet: A2, 8B and 3D. RGB value is (162,139,61). Sum of RGB (Red+Green+Blue) = 162+139+61=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B3D is #5D74C2. Grayscale: #898989. Windows color (decimal): -6124739 or 4033442. OLE color: 4033442.

HSL color Cylindrical-coordinate representation of color #A28B3D: hue angle of 46.34º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A28B3D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16213961-
CMYK00.140.620.36
HSL46.34º45.29%43.73%-
HSV(B)46.34º62.35%63.53%-
XYZ24.9826.488.21-
YUV136.9885.12145.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=44.75%
G=38.40%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621396100.140.620.3646.3445.2943.73
HexA28B3D0E3E242e2d2c
Octal242213750167644565554
Binary101000101000101111110101110111110100100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B3D; }

 p { color: rgb(162,139,61); }

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

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

 a { background-color: rgb(162,139,61); }

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

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

 span { border-color: rgb(162,139,61); }

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