Html Css Color HEX #A28E3C Reef Gold

📋 copy color: '#A28E3C'

red 162 ◦ green 142 ◦ blue 60

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

Shades of Reef Gold #A28E3C

Tints of Reef Gold #A28E3C

RGB

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

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

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

R = 44.51%
G = 39.01%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A28E3C (or 0xA28E3C) is known color: Reef Gold. HEX triplet: A2, 8E and 3C. RGB value is (162,142,60). Sum of RGB (Red+Green+Blue) = 162+142+60=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E3C is #5D71C3. Grayscale: #8A8A8A. Windows color (decimal): -6123972 or 3968674. OLE color: 3968674.

HSL color Cylindrical-coordinate representation of color #A28E3C: hue angle of 48.24º 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 #A28E3C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 60 -
CMYK 0 0.12 0.63 0.36
HSL 48.24º 0.46% 0.44% -
HSV(B) 48.24º 0.63% 0.64% -
XYZ 25.39 27.35 8.22 -
YUV 138.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 162 142 60 0 0.12 0.63 0.36 48.24 0.46 0.44
Hex A2 8E 3C 0 C 3F 24 30 2E 2C
Octal 242 216 74 0 14 77 44 60 56 54
Binary 10100010 10001110 111100 0 1100 111111 100100 110000 101110 101100

Color Harmonies of #A28E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E3C

Black with #A28E3C

Text Example


Text Example

White with #A28E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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