Html Css Color HEX #A28D26 Lemon Ginger

📋 copy color: '#A28D26'

red 162 ◦ green 141 ◦ blue 38

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

Shades of Lemon Ginger #A28D26

Tints of Lemon Ginger #A28D26

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 47.51%
G = 41.35%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A28D26 (or 0xA28D26) is known color: Lemon Ginger. HEX triplet: A2, 8D and 26. RGB value is (162,141,38). Sum of RGB (Red+Green+Blue) = 162+141+38=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D26 is #5D72D9. Grayscale: #878787. Windows color (decimal): -6124250 or 2526626. OLE color: 2526626.

HSL color Cylindrical-coordinate representation of color #A28D26: hue angle of 49.84º degrees, saturation: 0.62, 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 #A28D26 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 141 38 -
CMYK 0 0.13 0.77 0.36
HSL 49.84º 0.62% 0.39% -
HSV(B) 49.84º 0.77% 0.64% -
XYZ 24.78 26.87 5.71 -
YUV 135.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 162 141 38 0 0.13 0.77 0.36 49.84 0.62 0.39
Hex A2 8D 26 0 D 4D 24 32 3E 27
Octal 242 215 46 0 15 115 44 62 76 47
Binary 10100010 10001101 100110 0 1101 1001101 100100 110010 111110 100111

Color Harmonies of #A28D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D26

Black with #A28D26

Text Example


Text Example

White with #A28D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D26; }

 p { color: rgb(162,141,38); }

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

background-color css

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

 a { background-color: rgb(162,141,38); }

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

border-color css

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

 span { border-color: rgb(162,141,38); }

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