Html Css Color HEX #A7983D Reef Gold

📋 copy color: '#A7983D'

red 167 ◦ green 152 ◦ blue 61

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

Shades of Reef Gold #A7983D

Tints of Reef Gold #A7983D

RGB

 RED value IS 167 (65.63% from 255) = 43.95%

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

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

R = 43.95%
G = 40%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7983D (or 0xA7983D) is known color: Reef Gold. HEX triplet: A7, 98 and 3D. RGB value is (167,152,61). Sum of RGB (Red+Green+Blue) = 167+152+61=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A7983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7983D is #5867C2. Grayscale: #929292. Windows color (decimal): -5793731 or 4036775. OLE color: 4036775.

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

Color convert

RGB 167 152 61 -
CMYK 0 0.09 0.63 0.35
HSL 51.51º 0.46% 0.45% -
HSV(B) 51.51º 0.63% 0.65% -
XYZ 28.01 31.01 8.92 -
YUV 146.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 167 152 61 0 0.09 0.63 0.35 51.51 0.46 0.45
Hex A7 98 3D 0 9 3F 23 34 2E 2D
Octal 247 230 75 0 11 77 43 64 56 55
Binary 10100111 10011000 111101 0 1001 111111 100011 110100 101110 101101

Color Harmonies of #A7983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7983D

Black with #A7983D

Text Example


Text Example

White with #A7983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7983D; }

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

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

background-color css

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

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

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

border-color css

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

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

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