Html Css Color HEX #A6983D Reef Gold

📋 copy color: '#A6983D'

red 166 ◦ green 152 ◦ blue 61

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

Shades of Reef Gold #A6983D

Tints of Reef Gold #A6983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 43.8%
G = 40.11%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6983D (or 0xA6983D) is known color: Reef Gold. HEX triplet: A6, 98 and 3D. RGB value is (166,152,61). Sum of RGB (Red+Green+Blue) = 166+152+61=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6983D is #5967C2. Grayscale: #929292. Windows color (decimal): -5859267 or 4036774. OLE color: 4036774.

HSL color Cylindrical-coordinate representation of color #A6983D: hue angle of 52º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6983D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 61 -
CMYK 0 0.08 0.63 0.35
HSL 52º 0.46% 0.45% -
HSV(B) 52º 0.63% 0.65% -
XYZ 27.8 30.9 8.91 -
YUV 145.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 166 152 61 0 0.08 0.63 0.35 52 0.46 0.45
Hex A6 98 3D 0 8 3F 23 34 2E 2D
Octal 246 230 75 0 10 77 43 64 56 55
Binary 10100110 10011000 111101 0 1000 111111 100011 110100 101110 101101

Color Harmonies of #A6983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6983D

Black with #A6983D

Text Example


Text Example

White with #A6983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6983D; }

 p { color: rgb(166,152,61); }

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

background-color css

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

 a { background-color: rgb(166,152,61); }

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

border-color css

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

 span { border-color: rgb(166,152,61); }

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