Html Css Color HEX #A2993C Reef Gold

📋 copy color: '#A2993C'

red 162 ◦ green 153 ◦ blue 60

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

Shades of Reef Gold #A2993C

Tints of Reef Gold #A2993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 43.2%
G = 40.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2993C (or 0xA2993C) is known color: Reef Gold. HEX triplet: A2, 99 and 3C. RGB value is (162,153,60). Sum of RGB (Red+Green+Blue) = 162+153+60=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2993C is #5D66C3. Grayscale: #919191. Windows color (decimal): -6121156 or 3971490. OLE color: 3971490.

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

Color convert

RGB 162 153 60 -
CMYK 0 0.06 0.63 0.36
HSL 54.71º 0.46% 0.44% -
HSV(B) 54.71º 0.63% 0.64% -
XYZ 27.11 30.79 8.79 -
YUV 145.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 162 153 60 0 0.06 0.63 0.36 54.71 0.46 0.44
Hex A2 99 3C 0 6 3F 24 37 2E 2C
Octal 242 231 74 0 6 77 44 67 56 54
Binary 10100010 10011001 111100 0 110 111111 100100 110111 101110 101100

Color Harmonies of #A2993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2993C

Black with #A2993C

Text Example


Text Example

White with #A2993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2993C; }

 p { color: rgb(162,153,60); }

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

background-color css

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

 a { background-color: rgb(162,153,60); }

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

border-color css

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

 span { border-color: rgb(162,153,60); }

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