Html Css Color HEX #A58F4D Turmeric

📋 copy color: '#A58F4D'

red 165 ◦ green 143 ◦ blue 77

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

Shades of Turmeric #A58F4D

Tints of Turmeric #A58F4D

RGB

 RED value IS 165 (64.84% from 255) = 42.86%

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 42.86%
G = 37.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A58F4D (or 0xA58F4D) is known color: Turmeric. HEX triplet: A5, 8F and 4D. RGB value is (165,143,77). Sum of RGB (Red+Green+Blue) = 165+143+77=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58F4D is #5A70B2. Grayscale: #8E8E8E. Windows color (decimal): -5927091 or 5083045. OLE color: 5083045.

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

Color convert

RGB 165 143 77 -
CMYK 0 0.13 0.53 0.35
HSL 45º 0.36% 0.47% -
HSV(B) 45º 0.53% 0.65% -
XYZ 26.68 28.18 11.05 -
YUV 142.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 165 143 77 0 0.13 0.53 0.35 45 0.36 0.47
Hex A5 8F 4D 0 D 35 23 2D 24 2F
Octal 245 217 115 0 15 65 43 55 44 57
Binary 10100101 10001111 1001101 0 1101 110101 100011 101101 100100 101111

Color Harmonies of #A58F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F4D

Black with #A58F4D

Text Example


Text Example

White with #A58F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F4D; }

 p { color: rgb(165,143,77); }

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

background-color css

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

 a { background-color: rgb(165,143,77); }

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

border-color css

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

 span { border-color: rgb(165,143,77); }

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