Html Css Color HEX #A3914B Turmeric

📋 copy color: '#A3914B'

red 163 ◦ green 145 ◦ blue 75

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

Shades of Turmeric #A3914B

Tints of Turmeric #A3914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 42.56%
G = 37.86%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3914B (or 0xA3914B) is known color: Turmeric. HEX triplet: A3, 91 and 4B. RGB value is (163,145,75). Sum of RGB (Red+Green+Blue) = 163+145+75=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3914B is #5C6EB4. Grayscale: #8E8E8E. Windows color (decimal): -6057653 or 4952483. OLE color: 4952483.

HSL color Cylindrical-coordinate representation of color #A3914B: hue angle of 47.73º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3914B is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 75 -
CMYK 0 0.11 0.54 0.36
HSL 47.73º 0.37% 0.47% -
HSV(B) 47.73º 0.54% 0.64% -
XYZ 26.5 28.55 10.77 -
YUV 142.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 163 145 75 0 0.11 0.54 0.36 47.73 0.37 0.47
Hex A3 91 4B 0 B 36 24 30 25 2F
Octal 243 221 113 0 13 66 44 60 45 57
Binary 10100011 10010001 1001011 0 1011 110110 100100 110000 100101 101111

Color Harmonies of #A3914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3914B

Black with #A3914B

Text Example


Text Example

White with #A3914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3914B; }

 p { color: rgb(163,145,75); }

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

background-color css

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

 a { background-color: rgb(163,145,75); }

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

border-color css

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

 span { border-color: rgb(163,145,75); }

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