Html Css Color HEX #A6922D Reef Gold

📋 copy color: '#A6922D'

red 166 ◦ green 146 ◦ blue 45

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

Shades of Reef Gold #A6922D

Tints of Reef Gold #A6922D

RGB

 RED value IS 166 (65.23% from 255) = 46.5%

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 46.5%
G = 40.9%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6922D (or 0xA6922D) is known color: Reef Gold. HEX triplet: A6, 92 and 2D. RGB value is (166,146,45). Sum of RGB (Red+Green+Blue) = 166+146+45=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6922D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6922D is #596DD2. Grayscale: #8C8C8C. Windows color (decimal): -5860819 or 2986662. OLE color: 2986662.

HSL color Cylindrical-coordinate representation of color #A6922D: hue angle of 50.08º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6922D is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 146 45 -
CMYK 0 0.12 0.73 0.35
HSL 50.08º 0.57% 0.41% -
HSV(B) 50.08º 0.73% 0.65% -
XYZ 26.48 28.85 6.66 -
YUV 140.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 166 146 45 0 0.12 0.73 0.35 50.08 0.57 0.41
Hex A6 92 2D 0 C 49 23 32 39 29
Octal 246 222 55 0 14 111 43 62 71 51
Binary 10100110 10010010 101101 0 1100 1001001 100011 110010 111001 101001

Color Harmonies of #A6922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6922D

Black with #A6922D

Text Example


Text Example

White with #A6922D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6922D; }

 p { color: rgb(166,146,45); }

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

background-color css

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

 a { background-color: rgb(166,146,45); }

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

border-color css

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

 span { border-color: rgb(166,146,45); }

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