Html Css Color HEX #A2982F Reef Gold

📋 copy color: '#A2982F'

red 162 ◦ green 152 ◦ blue 47

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

Shades of Reef Gold #A2982F

Tints of Reef Gold #A2982F

RGB

 RED value IS 162 (63.67% from 255) = 44.88%

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

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 44.88%
G = 42.11%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2982F (or 0xA2982F) is known color: Reef Gold. HEX triplet: A2, 98 and 2F. RGB value is (162,152,47). Sum of RGB (Red+Green+Blue) = 162+152+47=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2982F is #5D67D0. Grayscale: #8F8F8F. Windows color (decimal): -6121425 or 3119266. OLE color: 3119266.

HSL color Cylindrical-coordinate representation of color #A2982F: hue angle of 54.78º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2982F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 152 47 -
CMYK 0 0.06 0.71 0.36
HSL 54.78º 0.55% 0.41% -
HSV(B) 54.78º 0.71% 0.64% -
XYZ 26.64 30.34 7.14 -
YUV 143.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 162 152 47 0 0.06 0.71 0.36 54.78 0.55 0.41
Hex A2 98 2F 0 6 47 24 37 37 29
Octal 242 230 57 0 6 107 44 67 67 51
Binary 10100010 10011000 101111 0 110 1000111 100100 110111 110111 101001

Color Harmonies of #A2982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2982F

Black with #A2982F

Text Example


Text Example

White with #A2982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2982F; }

 p { color: rgb(162,152,47); }

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

background-color css

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

 a { background-color: rgb(162,152,47); }

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

border-color css

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

 span { border-color: rgb(162,152,47); }

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