Html Css Color HEX #A28743 Luxor Gold

📋 copy color: '#A28743'

red 162 ◦ green 135 ◦ blue 67

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

Shades of Luxor Gold #A28743

Tints of Luxor Gold #A28743

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 44.51%
G = 37.09%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A28743 (or 0xA28743) is known color: Luxor Gold. HEX triplet: A2, 87 and 43. RGB value is (162,135,67). Sum of RGB (Red+Green+Blue) = 162+135+67=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28743 is #5D78BC. Grayscale: #878787. Windows color (decimal): -6125757 or 4425634. OLE color: 4425634.

HSL color Cylindrical-coordinate representation of color #A28743: hue angle of 42.95º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A28743 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 135 67 -
CMYK 0 0.17 0.59 0.36
HSL 42.95º 0.41% 0.45% -
HSV(B) 42.95º 0.59% 0.64% -
XYZ 24.58 25.41 8.92 -
YUV 135.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 162 135 67 0 0.17 0.59 0.36 42.95 0.41 0.45
Hex A2 87 43 0 11 3B 24 2B 29 2D
Octal 242 207 103 0 21 73 44 53 51 55
Binary 10100010 10000111 1000011 0 10001 111011 100100 101011 101001 101101

Color Harmonies of #A28743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28743

Black with #A28743

Text Example


Text Example

White with #A28743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28743; }

 p { color: rgb(162,135,67); }

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

background-color css

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

 a { background-color: rgb(162,135,67); }

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

border-color css

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

 span { border-color: rgb(162,135,67); }

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