#A88A30

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

Shades of Reef Gold #A88A30

Tints of Reef Gold #A88A30

Color information

#A88A30 (or 0xA88A30) is unknown color: approx Reef Gold. HEX triplet: A8, 8A and 30. RGB value is (168,138,48). Sum of RGB (Red+Green+Blue) = 168+138+48=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A30 is #5775CF. Grayscale: #898989. Windows color (decimal): -5731792 or 3181224. OLE color: 3181224.

HSL color Cylindrical-coordinate representation of color #A88A30: hue angle of 45º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A88A30 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16813848-
CMYK00.180.710.34
HSL45º55.56%42.35%-
HSV(B)45º71.43%65.88%-
XYZ25.7726.726.59-
YUV136.7177.94150.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 48 (19.14% from 255) = 13.56%
R=47.46%
G=38.98%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681384800.180.710.344555.5642.35
HexA88A3001247222d382a
Octal2502126002210742557052
Binary10101000100010101100000100101000111100010101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A30; }

 p { color: rgb(168,138,48); }

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

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

 a { background-color: rgb(168,138,48); }

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

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

 span { border-color: rgb(168,138,48); }

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