Html Css Color HEX #A1843A Reef Gold

📋 copy color: '#A1843A'

red 161 ◦ green 132 ◦ blue 58

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

Shades of Reef Gold #A1843A

Tints of Reef Gold #A1843A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 45.87%
G = 37.61%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1843A (or 0xA1843A) is known color: Reef Gold. HEX triplet: A1, 84 and 3A. RGB value is (161,132,58). Sum of RGB (Red+Green+Blue) = 161+132+58=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1843A is #5E7BC5. Grayscale: #848484. Windows color (decimal): -6192070 or 3835041. OLE color: 3835041.

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

Color convert

RGB 161 132 58 -
CMYK 0 0.18 0.64 0.37
HSL 43.11º 0.47% 0.43% -
HSV(B) 43.11º 0.64% 0.63% -
XYZ 23.71 24.39 7.46 -
YUV 132.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 161 132 58 0 0.18 0.64 0.37 43.11 0.47 0.43
Hex A1 84 3A 0 12 40 25 2B 2F 2B
Octal 241 204 72 0 22 100 45 53 57 53
Binary 10100001 10000100 111010 0 10010 1000000 100101 101011 101111 101011

Color Harmonies of #A1843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1843A

Black with #A1843A

Text Example


Text Example

White with #A1843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1843A; }

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

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

background-color css

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

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

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

border-color css

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

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

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