Html Css Color HEX #A18C2D Reef Gold

📋 copy color: '#A18C2D'

red 161 ◦ green 140 ◦ blue 45

#A18C2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A18C2D

Tints of Reef Gold #A18C2D

RGB

 RED value IS 161 (63.28% from 255) = 46.53%

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 46.53%
G = 40.46%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A18C2D (or 0xA18C2D) is known color: Reef Gold. HEX triplet: A1, 8C and 2D. RGB value is (161,140,45). Sum of RGB (Red+Green+Blue) = 161+140+45=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C2D is #5E73D2. Grayscale: #878787. Windows color (decimal): -6190035 or 2985121. OLE color: 2985121.

HSL color Cylindrical-coordinate representation of color #A18C2D: hue angle of 49.14º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A18C2D is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 45 -
CMYK 0 0.13 0.72 0.37
HSL 49.14º 0.56% 0.4% -
HSV(B) 49.14º 0.72% 0.63% -
XYZ 24.55 26.52 6.31 -
YUV 135.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 161 140 45 0 0.13 0.72 0.37 49.14 0.56 0.4
Hex A1 8C 2D 0 D 48 25 31 38 28
Octal 241 214 55 0 15 110 45 61 70 50
Binary 10100001 10001100 101101 0 1101 1001000 100101 110001 111000 101000

Color Harmonies of #A18C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C2D

Black with #A18C2D

Text Example


Text Example

White with #A18C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C2D; }

 p { color: rgb(161,140,45); }

 H1.HeaderClassName
 {
   color: #A18C2D;
 }
 .AnyTagClassName
 {
   color: #A18C2D;
 }
</style>

background-color css

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

 a { background-color: rgb(161,140,45); }

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

border-color css

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

 span { border-color: rgb(161,140,45); }

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