Html Css Color HEX #A28E2C Reef Gold

📋 copy color: '#A28E2C'

red 162 ◦ green 142 ◦ blue 44

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

Shades of Reef Gold #A28E2C

Tints of Reef Gold #A28E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.8%

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 46.55%
G = 40.8%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A28E2C (or 0xA28E2C) is known color: Reef Gold. HEX triplet: A2, 8E and 2C. RGB value is (162,142,44). Sum of RGB (Red+Green+Blue) = 162+142+44=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E2C is #5D71D3. Grayscale: #898989. Windows color (decimal): -6123988 or 2920098. OLE color: 2920098.

HSL color Cylindrical-coordinate representation of color #A28E2C: hue angle of 49.83º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A28E2C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 44 -
CMYK 0 0.12 0.73 0.36
HSL 49.83º 0.57% 0.4% -
HSV(B) 49.83º 0.73% 0.64% -
XYZ 25.03 27.21 6.32 -
YUV 136.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 162 142 44 0 0.12 0.73 0.36 49.83 0.57 0.4
Hex A2 8E 2C 0 C 49 24 32 39 28
Octal 242 216 54 0 14 111 44 62 71 50
Binary 10100010 10001110 101100 0 1100 1001001 100100 110010 111001 101000

Color Harmonies of #A28E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E2C

Black with #A28E2C

Text Example


Text Example

White with #A28E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E2C; }

 p { color: rgb(162,142,44); }

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

background-color css

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

 a { background-color: rgb(162,142,44); }

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

border-color css

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

 span { border-color: rgb(162,142,44); }

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