Html Css Color HEX #A19267 Gurkha

📋 copy color: '#A19267'

red 161 ◦ green 146 ◦ blue 103

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

Shades of Gurkha #A19267

Tints of Gurkha #A19267

RGB

 RED value IS 161 (63.28% from 255) = 39.27%

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 103 (40.63% from 255) = 25.12%

R = 39.27%
G = 35.61%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A19267 (or 0xA19267) is known color: Gurkha. HEX triplet: A1, 92 and 67. RGB value is (161,146,103). Sum of RGB (Red+Green+Blue) = 161+146+103=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A19267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19267 is #5E6D98. Grayscale: #919191. Windows color (decimal): -6188441 or 6787745. OLE color: 6787745.

HSL color Cylindrical-coordinate representation of color #A19267: hue angle of 44.48º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A19267 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 146 103 -
CMYK 0 0.09 0.36 0.37
HSL 44.48º 0.24% 0.52% -
HSV(B) 44.48º 0.36% 0.63% -
XYZ 27.43 29.11 17.01 -
YUV 145.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 161 146 103 0 0.09 0.36 0.37 44.48 0.24 0.52
Hex A1 92 67 0 9 24 25 2C 18 34
Octal 241 222 147 0 11 44 45 54 30 64
Binary 10100001 10010010 1100111 0 1001 100100 100101 101100 11000 110100

Color Harmonies of #A19267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19267

Black with #A19267

Text Example


Text Example

White with #A19267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19267; }

 p { color: rgb(161,146,103); }

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

background-color css

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

 a { background-color: rgb(161,146,103); }

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

border-color css

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

 span { border-color: rgb(161,146,103); }

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