Html Css Color HEX #A29665 Gurkha

📋 copy color: '#A29665'

red 162 ◦ green 150 ◦ blue 101

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

Shades of Gurkha #A29665

Tints of Gurkha #A29665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

 BLUE value IS 101 (39.84% from 255) = 24.46%

R = 39.23%
G = 36.32%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A29665 (or 0xA29665) is known color: Gurkha. HEX triplet: A2, 96 and 65. RGB value is (162,150,101). Sum of RGB (Red+Green+Blue) = 162+150+101=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29665 is #5D699A. Grayscale: #949494. Windows color (decimal): -6121883 or 6657698. OLE color: 6657698.

HSL color Cylindrical-coordinate representation of color #A29665: hue angle of 48.2º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29665 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 150 101 -
CMYK 0 0.07 0.38 0.36
HSL 48.2º 0.25% 0.52% -
HSV(B) 48.2º 0.38% 0.64% -
XYZ 28.16 30.43 16.7 -
YUV 148 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 162 150 101 0 0.07 0.38 0.36 48.2 0.25 0.52
Hex A2 96 65 0 7 26 24 30 19 34
Octal 242 226 145 0 7 46 44 60 31 64
Binary 10100010 10010110 1100101 0 111 100110 100100 110000 11001 110100

Color Harmonies of #A29665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29665

Black with #A29665

Text Example


Text Example

White with #A29665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29665; }

 p { color: rgb(162,150,101); }

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

background-color css

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

 a { background-color: rgb(162,150,101); }

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

border-color css

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

 span { border-color: rgb(162,150,101); }

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