Html Css Color HEX #A1922B Reef Gold

📋 copy color: '#A1922B'

red 161 ◦ green 146 ◦ blue 43

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

Shades of Reef Gold #A1922B

Tints of Reef Gold #A1922B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

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

R = 46%
G = 41.71%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1922B (or 0xA1922B) is known color: Reef Gold. HEX triplet: A1, 92 and 2B. RGB value is (161,146,43). Sum of RGB (Red+Green+Blue) = 161+146+43=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1922B is #5E6DD4. Grayscale: #8B8B8B. Windows color (decimal): -6188501 or 2855585. OLE color: 2855585.

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

Color convert

RGB 161 146 43 -
CMYK 0 0.09 0.73 0.37
HSL 52.37º 0.58% 0.4% -
HSV(B) 52.37º 0.73% 0.63% -
XYZ 25.41 28.31 6.41 -
YUV 138.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 161 146 43 0 0.09 0.73 0.37 52.37 0.58 0.4
Hex A1 92 2B 0 9 49 25 34 3A 28
Octal 241 222 53 0 11 111 45 64 72 50
Binary 10100001 10010010 101011 0 1001 1001001 100101 110100 111010 101000

Color Harmonies of #A1922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1922B

Black with #A1922B

Text Example


Text Example

White with #A1922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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