Html Css Color HEX #A28E25 Lemon Ginger

📋 copy color: '#A28E25'

red 162 ◦ green 142 ◦ blue 37

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

Shades of Lemon Ginger #A28E25

Tints of Lemon Ginger #A28E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 47.51%
G = 41.64%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A28E25 (or 0xA28E25) is known color: Lemon Ginger. HEX triplet: A2, 8E and 25. RGB value is (162,142,37). Sum of RGB (Red+Green+Blue) = 162+142+37=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E25 is #5D71DA. Grayscale: #888888. Windows color (decimal): -6123995 or 2461346. OLE color: 2461346.

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

Color convert

RGB 162 142 37 -
CMYK 0 0.12 0.77 0.36
HSL 50.4º 0.63% 0.39% -
HSV(B) 50.4º 0.77% 0.64% -
XYZ 24.91 27.16 5.68 -
YUV 136.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 162 142 37 0 0.12 0.77 0.36 50.4 0.63 0.39
Hex A2 8E 25 0 C 4D 24 32 3F 27
Octal 242 216 45 0 14 115 44 62 77 47
Binary 10100010 10001110 100101 0 1100 1001101 100100 110010 111111 100111

Color Harmonies of #A28E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E25

Black with #A28E25

Text Example


Text Example

White with #A28E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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