Html Css Color HEX #A2983E Reef Gold

📋 copy color: '#A2983E'

red 162 ◦ green 152 ◦ blue 62

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

Shades of Reef Gold #A2983E

Tints of Reef Gold #A2983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.49%

R = 43.09%
G = 40.43%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2983E (or 0xA2983E) is known color: Reef Gold. HEX triplet: A2, 98 and 3E. RGB value is (162,152,62). Sum of RGB (Red+Green+Blue) = 162+152+62=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2983E is #5D67C1. Grayscale: #919191. Windows color (decimal): -6121410 or 4102306. OLE color: 4102306.

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

Color convert

RGB 162 152 62 -
CMYK 0 0.06 0.62 0.36
HSL 54º 0.45% 0.44% -
HSV(B) 54º 0.62% 0.64% -
XYZ 27 30.49 9.02 -
YUV 144.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 162 152 62 0 0.06 0.62 0.36 54 0.45 0.44
Hex A2 98 3E 0 6 3E 24 36 2D 2C
Octal 242 230 76 0 6 76 44 66 55 54
Binary 10100010 10011000 111110 0 110 111110 100100 110110 101101 101100

Color Harmonies of #A2983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2983E

Black with #A2983E

Text Example


Text Example

White with #A2983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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