Html Css Color HEX #A18F2B Reef Gold

📋 copy color: '#A18F2B'

red 161 ◦ green 143 ◦ blue 43

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

Shades of Reef Gold #A18F2B

Tints of Reef Gold #A18F2B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.21%

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 46.4%
G = 41.21%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A18F2B (or 0xA18F2B) is known color: Reef Gold. HEX triplet: A1, 8F and 2B. RGB value is (161,143,43). Sum of RGB (Red+Green+Blue) = 161+143+43=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F2B is #5E70D4. Grayscale: #898989. Windows color (decimal): -6189269 or 2854817. OLE color: 2854817.

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

Color convert

RGB 161 143 43 -
CMYK 0 0.11 0.73 0.37
HSL 50.85º 0.58% 0.4% -
HSV(B) 50.85º 0.73% 0.63% -
XYZ 24.96 27.4 6.26 -
YUV 136.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 161 143 43 0 0.11 0.73 0.37 50.85 0.58 0.4
Hex A1 8F 2B 0 B 49 25 33 3A 28
Octal 241 217 53 0 13 111 45 63 72 50
Binary 10100001 10001111 101011 0 1011 1001001 100101 110011 111010 101000

Color Harmonies of #A18F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F2B

Black with #A18F2B

Text Example


Text Example

White with #A18F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F2B; }

 p { color: rgb(161,143,43); }

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

background-color css

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

 a { background-color: rgb(161,143,43); }

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

border-color css

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

 span { border-color: rgb(161,143,43); }

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