Html Css Color HEX #A6983C Reef Gold

📋 copy color: '#A6983C'

red 166 ◦ green 152 ◦ blue 60

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

Shades of Reef Gold #A6983C

Tints of Reef Gold #A6983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 43.92%
G = 40.21%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6983C (or 0xA6983C) is known color: Reef Gold. HEX triplet: A6, 98 and 3C. RGB value is (166,152,60). Sum of RGB (Red+Green+Blue) = 166+152+60=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6983C is #5967C3. Grayscale: #929292. Windows color (decimal): -5859268 or 3971238. OLE color: 3971238.

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

Color convert

RGB 166 152 60 -
CMYK 0 0.08 0.64 0.35
HSL 52.08º 0.47% 0.44% -
HSV(B) 52.08º 0.64% 0.65% -
XYZ 27.77 30.89 8.77 -
YUV 145.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 166 152 60 0 0.08 0.64 0.35 52.08 0.47 0.44
Hex A6 98 3C 0 8 40 23 34 2F 2C
Octal 246 230 74 0 10 100 43 64 57 54
Binary 10100110 10011000 111100 0 1000 1000000 100011 110100 101111 101100

Color Harmonies of #A6983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6983C

Black with #A6983C

Text Example


Text Example

White with #A6983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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