Html Css Color HEX #A3924A Turmeric

📋 copy color: '#A3924A'

red 163 ◦ green 146 ◦ blue 74

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

Shades of Turmeric #A3924A

Tints of Turmeric #A3924A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 42.56%
G = 38.12%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3924A (or 0xA3924A) is known color: Turmeric. HEX triplet: A3, 92 and 4A. RGB value is (163,146,74). Sum of RGB (Red+Green+Blue) = 163+146+74=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3924A is #5C6DB5. Grayscale: #8F8F8F. Windows color (decimal): -6057398 or 4887203. OLE color: 4887203.

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

Color convert

RGB 163 146 74 -
CMYK 0 0.10 0.55 0.36
HSL 48.54º 0.38% 0.46% -
HSV(B) 48.54º 0.55% 0.64% -
XYZ 26.62 28.84 10.64 -
YUV 142.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 163 146 74 0 0.10 0.55 0.36 48.54 0.38 0.46
Hex A3 92 4A 0 A 37 24 31 26 2E
Octal 243 222 112 0 12 67 44 61 46 56
Binary 10100011 10010010 1001010 0 1010 110111 100100 110001 100110 101110

Color Harmonies of #A3924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3924A

Black with #A3924A

Text Example


Text Example

White with #A3924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3924A; }

 p { color: rgb(163,146,74); }

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

background-color css

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

 a { background-color: rgb(163,146,74); }

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

border-color css

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

 span { border-color: rgb(163,146,74); }

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