#A38A33

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

Shades of Reef Gold #A38A33

Tints of Reef Gold #A38A33

Color information

#A38A33 (or 0xA38A33) is unknown color: approx Reef Gold. HEX triplet: A3, 8A and 33. RGB value is (163,138,51). Sum of RGB (Red+Green+Blue) = 163+138+51=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A33 is #5C75CC. Grayscale: #878787. Windows color (decimal): -6059469 or 3377827. OLE color: 3377827.

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

Color convert

RGB16313851-
CMYK00.150.690.36
HSL46.61º52.34%41.96%-
HSV(B)46.61º68.71%63.92%-
XYZ24.7926.26.88-
YUV135.5680.28147.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=46.31%
G=39.20%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631385100.150.690.3646.6152.3441.96
HexA38A330F45242f342a
Octal2432126301710544576452
Binary1010001110001010110011011111000101100100101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A33; }

 p { color: rgb(163,138,51); }

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

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

 a { background-color: rgb(163,138,51); }

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

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

 span { border-color: rgb(163,138,51); }

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