Html Css Color HEX #A18B3C Reef Gold

📋 copy color: '#A18B3C'

red 161 ◦ green 139 ◦ blue 60

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

Shades of Reef Gold #A18B3C

Tints of Reef Gold #A18B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 44.72%
G = 38.61%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A18B3C (or 0xA18B3C) is known color: Reef Gold. HEX triplet: A1, 8B and 3C. RGB value is (161,139,60). Sum of RGB (Red+Green+Blue) = 161+139+60=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B3C is #5E74C3. Grayscale: #888888. Windows color (decimal): -6190276 or 3967905. OLE color: 3967905.

HSL color Cylindrical-coordinate representation of color #A18B3C: hue angle of 46.93º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A18B3C is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 139 60 -
CMYK 0 0.14 0.63 0.37
HSL 46.93º 0.46% 0.43% -
HSV(B) 46.93º 0.63% 0.63% -
XYZ 24.75 26.37 8.06 -
YUV 136.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 161 139 60 0 0.14 0.63 0.37 46.93 0.46 0.43
Hex A1 8B 3C 0 E 3F 25 2F 2E 2B
Octal 241 213 74 0 16 77 45 57 56 53
Binary 10100001 10001011 111100 0 1110 111111 100101 101111 101110 101011

Color Harmonies of #A18B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B3C

Black with #A18B3C

Text Example


Text Example

White with #A18B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B3C; }

 p { color: rgb(161,139,60); }

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

background-color css

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

 a { background-color: rgb(161,139,60); }

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

border-color css

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

 span { border-color: rgb(161,139,60); }

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