Html Css Color HEX #A39763 Gurkha

📋 copy color: '#A39763'

red 163 ◦ green 151 ◦ blue 99

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

Shades of Gurkha #A39763

Tints of Gurkha #A39763

RGB

 RED value IS 163 (64.06% from 255) = 39.47%

 GREEN value IS 151 (59.38% from 255) = 36.56%

 BLUE value IS 99 (39.06% from 255) = 23.97%

R = 39.47%
G = 36.56%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A39763 (or 0xA39763) is known color: Gurkha. HEX triplet: A3, 97 and 63. RGB value is (163,151,99). Sum of RGB (Red+Green+Blue) = 163+151+99=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A39763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39763 is #5C689C. Grayscale: #949494. Windows color (decimal): -6056093 or 6526883. OLE color: 6526883.

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

Color convert

RGB 163 151 99 -
CMYK 0 0.07 0.39 0.36
HSL 48.75º 0.26% 0.51% -
HSV(B) 48.75º 0.39% 0.64% -
XYZ 28.42 30.82 16.26 -
YUV 148.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 163 151 99 0 0.07 0.39 0.36 48.75 0.26 0.51
Hex A3 97 63 0 7 27 24 31 1A 33
Octal 243 227 143 0 7 47 44 61 32 63
Binary 10100011 10010111 1100011 0 111 100111 100100 110001 11010 110011

Color Harmonies of #A39763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39763

Black with #A39763

Text Example


Text Example

White with #A39763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39763; }

 p { color: rgb(163,151,99); }

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

background-color css

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

 a { background-color: rgb(163,151,99); }

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

border-color css

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

 span { border-color: rgb(163,151,99); }

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