Html Css Color HEX #A7982E Reef Gold

📋 copy color: '#A7982E'

red 167 ◦ green 152 ◦ blue 46

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

Shades of Reef Gold #A7982E

Tints of Reef Gold #A7982E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 45.75%
G = 41.64%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7982E (or 0xA7982E) is known color: Reef Gold. HEX triplet: A7, 98 and 2E. RGB value is (167,152,46). Sum of RGB (Red+Green+Blue) = 167+152+46=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A7982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7982E is #5867D1. Grayscale: #909090. Windows color (decimal): -5793746 or 3053735. OLE color: 3053735.

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

Color convert

RGB 167 152 46 -
CMYK 0 0.09 0.72 0.35
HSL 52.56º 0.57% 0.42% -
HSV(B) 52.56º 0.72% 0.65% -
XYZ 27.66 30.87 7.09 -
YUV 144.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 167 152 46 0 0.09 0.72 0.35 52.56 0.57 0.42
Hex A7 98 2E 0 9 48 23 35 39 2A
Octal 247 230 56 0 11 110 43 65 71 52
Binary 10100111 10011000 101110 0 1001 1001000 100011 110101 111001 101010

Color Harmonies of #A7982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7982E

Black with #A7982E

Text Example


Text Example

White with #A7982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7982E; }

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

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

background-color css

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

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

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

border-color css

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

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

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