Html Css Color HEX #A7914B Turmeric

📋 copy color: '#A7914B'

red 167 ◦ green 145 ◦ blue 75

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

Shades of Turmeric #A7914B

Tints of Turmeric #A7914B

RGB

 RED value IS 167 (65.63% from 255) = 43.15%

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

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

R = 43.15%
G = 37.47%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A7914B (or 0xA7914B) is known color: Turmeric. HEX triplet: A7, 91 and 4B. RGB value is (167,145,75). Sum of RGB (Red+Green+Blue) = 167+145+75=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7914B is #586EB4. Grayscale: #8F8F8F. Windows color (decimal): -5795509 or 4952487. OLE color: 4952487.

HSL color Cylindrical-coordinate representation of color #A7914B: hue angle of 45.65º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7914B is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 145 75 -
CMYK 0 0.13 0.55 0.35
HSL 45.65º 0.38% 0.47% -
HSV(B) 45.65º 0.55% 0.65% -
XYZ 27.33 28.97 10.81 -
YUV 143.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 167 145 75 0 0.13 0.55 0.35 45.65 0.38 0.47
Hex A7 91 4B 0 D 37 23 2E 26 2F
Octal 247 221 113 0 15 67 43 56 46 57
Binary 10100111 10010001 1001011 0 1101 110111 100011 101110 100110 101111

Color Harmonies of #A7914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7914B

Black with #A7914B

Text Example


Text Example

White with #A7914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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