#A88D35

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

Shades of Reef Gold #A88D35

Tints of Reef Gold #A88D35

Color information

#A88D35 (or 0xA88D35) is unknown color: approx Reef Gold. HEX triplet: A8, 8D and 35. RGB value is (168,141,53). Sum of RGB (Red+Green+Blue) = 168+141+53=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D35 is #5772CA. Grayscale: #8B8B8B. Windows color (decimal): -5731019 or 3509672. OLE color: 3509672.

HSL color Cylindrical-coordinate representation of color #A88D35: hue angle of 45.91º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A88D35 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16814153-
CMYK00.160.680.34
HSL45.91º52.04%43.33%-
HSV(B)45.91º68.45%65.88%-
XYZ26.3227.637.31-
YUV139.0479.45148.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 53 (21.09% from 255) = 14.64%
R=46.41%
G=38.95%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681415300.160.680.3445.9152.0443.33
HexA88D3501044222e342b
Octal2502156502010442566453
Binary10101000100011011101010100001000100100010101110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D35; }

 p { color: rgb(168,141,53); }

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

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

 a { background-color: rgb(168,141,53); }

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

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

 span { border-color: rgb(168,141,53); }

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