#A5832F

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

Shades of Reef Gold #A5832F

Tints of Reef Gold #A5832F

Color information

#A5832F (or 0xA5832F) is unknown color: approx Reef Gold. HEX triplet: A5, 83 and 2F. RGB value is (165,131,47). Sum of RGB (Red+Green+Blue) = 165+131+47=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5832F is #5A7CD0. Grayscale: #838383. Windows color (decimal): -5930193 or 3113893. OLE color: 3113893.

HSL color Cylindrical-coordinate representation of color #A5832F: hue angle of 42.71º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5832F is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16513147-
CMYK00.210.720.35
HSL42.71º55.66%41.57%-
HSV(B)42.71º71.52%64.71%-
XYZ24.1524.446.13-
YUV131.5980.26151.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 47 (18.75% from 255) = 13.70%
R=48.10%
G=38.19%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651314700.210.720.3542.7155.6641.57
HexA5832F01548232b382a
Octal2452035702511043537052
Binary10100101100000111011110101011001000100011101011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5832F; }

 p { color: rgb(165,131,47); }

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

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

 a { background-color: rgb(165,131,47); }

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

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

 span { border-color: rgb(165,131,47); }

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