Html Css Color HEX #A1883A Reef Gold

📋 copy color: '#A1883A'

red 161 ◦ green 136 ◦ blue 58

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

Shades of Reef Gold #A1883A

Tints of Reef Gold #A1883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.31%

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

R = 45.35%
G = 38.31%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1883A (or 0xA1883A) is known color: Reef Gold. HEX triplet: A1, 88 and 3A. RGB value is (161,136,58). Sum of RGB (Red+Green+Blue) = 161+136+58=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1883A is #5E77C5. Grayscale: #868686. Windows color (decimal): -6191046 or 3836065. OLE color: 3836065.

HSL color Cylindrical-coordinate representation of color #A1883A: hue angle of 45.44º 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 #A1883A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 58 -
CMYK 0 0.16 0.64 0.37
HSL 45.44º 0.47% 0.43% -
HSV(B) 45.44º 0.64% 0.63% -
XYZ 24.27 25.49 7.64 -
YUV 134.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 161 136 58 0 0.16 0.64 0.37 45.44 0.47 0.43
Hex A1 88 3A 0 10 40 25 2D 2F 2B
Octal 241 210 72 0 20 100 45 55 57 53
Binary 10100001 10001000 111010 0 10000 1000000 100101 101101 101111 101011

Color Harmonies of #A1883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1883A

Black with #A1883A

Text Example


Text Example

White with #A1883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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