#A38A35

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

Shades of Reef Gold #A38A35

Tints of Reef Gold #A38A35

Color information

#A38A35 (or 0xA38A35) is unknown color: approx Reef Gold. HEX triplet: A3, 8A and 35. RGB value is (163,138,53). Sum of RGB (Red+Green+Blue) = 163+138+53=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A35 is #5C75CA. Grayscale: #888888. Windows color (decimal): -6059467 or 3508899. OLE color: 3508899.

HSL color Cylindrical-coordinate representation of color #A38A35: hue angle of 46.36º 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 #A38A35 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16313853-
CMYK00.150.670.36
HSL46.36º50.93%42.35%-
HSV(B)46.36º67.48%63.92%-
XYZ24.8426.227.12-
YUV135.7881.28147.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=46.05%
G=38.98%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631385300.150.670.3646.3650.9342.35
HexA38A350F43242e332a
Octal2432126501710344566352
Binary1010001110001010110101011111000011100100101110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A35; }

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

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

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

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

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

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

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

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