Html Css Color HEX #A28B3F Luxor Gold

📋 copy color: '#A28B3F'

red 162 ◦ green 139 ◦ blue 63

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

Shades of Luxor Gold #A28B3F

Tints of Luxor Gold #A28B3F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 63 (25% from 255) = 17.31%

R = 44.51%
G = 38.19%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A28B3F (or 0xA28B3F) is known color: Luxor Gold. HEX triplet: A2, 8B and 3F. RGB value is (162,139,63). Sum of RGB (Red+Green+Blue) = 162+139+63=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B3F is #5D74C0. Grayscale: #898989. Windows color (decimal): -6124737 or 4164514. OLE color: 4164514.

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

Color convert

RGB 162 139 63 -
CMYK 0 0.14 0.61 0.36
HSL 46.06º 0.44% 0.44% -
HSV(B) 46.06º 0.61% 0.64% -
XYZ 25.03 26.51 8.5 -
YUV 137.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 162 139 63 0 0.14 0.61 0.36 46.06 0.44 0.44
Hex A2 8B 3F 0 E 3D 24 2E 2C 2C
Octal 242 213 77 0 16 75 44 56 54 54
Binary 10100010 10001011 111111 0 1110 111101 100100 101110 101100 101100

Color Harmonies of #A28B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B3F

Black with #A28B3F

Text Example


Text Example

White with #A28B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B3F; }

 p { color: rgb(162,139,63); }

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

background-color css

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

 a { background-color: rgb(162,139,63); }

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

border-color css

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

 span { border-color: rgb(162,139,63); }

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