Html Css Color HEX #A1842F Reef Gold

📋 copy color: '#A1842F'

red 161 ◦ green 132 ◦ blue 47

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

Shades of Reef Gold #A1842F

Tints of Reef Gold #A1842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 47.35%
G = 38.82%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1842F (or 0xA1842F) is known color: Reef Gold. HEX triplet: A1, 84 and 2F. RGB value is (161,132,47). Sum of RGB (Red+Green+Blue) = 161+132+47=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1842F is #5E7BD0. Grayscale: #838383. Windows color (decimal): -6192081 or 3114145. OLE color: 3114145.

HSL color Cylindrical-coordinate representation of color #A1842F: hue angle of 44.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1842F is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 47 -
CMYK 0 0.18 0.71 0.37
HSL 44.74º 0.55% 0.41% -
HSV(B) 44.74º 0.71% 0.63% -
XYZ 23.46 24.28 6.14 -
YUV 130.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 161 132 47 0 0.18 0.71 0.37 44.74 0.55 0.41
Hex A1 84 2F 0 12 47 25 2D 37 29
Octal 241 204 57 0 22 107 45 55 67 51
Binary 10100001 10000100 101111 0 10010 1000111 100101 101101 110111 101001

Color Harmonies of #A1842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1842F

Black with #A1842F

Text Example


Text Example

White with #A1842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1842F; }

 p { color: rgb(161,132,47); }

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

background-color css

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

 a { background-color: rgb(161,132,47); }

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

border-color css

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

 span { border-color: rgb(161,132,47); }

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