#ab8430

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

Shades of Reef Gold #AB8430

Tints of Reef Gold #AB8430

Color information

#AB8430 (or 0xAB8430) is unknown color: approx Reef Gold. HEX triplet: AB, 84 and 30. RGB value is (171,132,48). Sum of RGB (Red+Green+Blue) = 171+132+48=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8430 is #547BCF. Grayscale: #868686. Windows color (decimal): -5536720 or 3179691. OLE color: 3179691.

HSL color Cylindrical-coordinate representation of color #AB8430: hue angle of 40.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB8430 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17113248-
CMYK00.230.720.33
HSL40.98º56.16%42.94%-
HSV(B)40.98º71.93%67.06%-
XYZ25.5825.376.35-
YUV134.0879.42154.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 48 (19.14% from 255) = 13.68%
R=48.72%
G=37.61%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711324800.230.720.3340.9856.1642.94
HexAB8430017482129382b
Octal2532046002711041517053
Binary10101011100001001100000101111001000100001101001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8430; }

 p { color: rgb(171,132,48); }

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

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

 a { background-color: rgb(171,132,48); }

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

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

 span { border-color: rgb(171,132,48); }

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