Html Css Color HEX #A88E4B Turmeric

📋 copy color: '#A88E4B'

red 168 ◦ green 142 ◦ blue 75

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

Shades of Turmeric #A88E4B

Tints of Turmeric #A88E4B

RGB

 RED value IS 168 (66.02% from 255) = 43.64%

 GREEN value IS 142 (55.86% from 255) = 36.88%

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

R = 43.64%
G = 36.88%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A88E4B (or 0xA88E4B) is known color: Turmeric. HEX triplet: A8, 8E and 4B. RGB value is (168,142,75). Sum of RGB (Red+Green+Blue) = 168+142+75=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E4B is #5771B4. Grayscale: #8E8E8E. Windows color (decimal): -5730741 or 4951720. OLE color: 4951720.

HSL color Cylindrical-coordinate representation of color #A88E4B: hue angle of 43.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A88E4B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 75 -
CMYK 0 0.15 0.55 0.34
HSL 43.23º 0.38% 0.48% -
HSV(B) 43.23º 0.55% 0.66% -
XYZ 27.09 28.18 10.67 -
YUV 142.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 168 142 75 0 0.15 0.55 0.34 43.23 0.38 0.48
Hex A8 8E 4B 0 F 37 22 2B 26 30
Octal 250 216 113 0 17 67 42 53 46 60
Binary 10101000 10001110 1001011 0 1111 110111 100010 101011 100110 110000

Color Harmonies of #A88E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E4B

Black with #A88E4B

Text Example


Text Example

White with #A88E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E4B; }

 p { color: rgb(168,142,75); }

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

background-color css

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

 a { background-color: rgb(168,142,75); }

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

border-color css

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

 span { border-color: rgb(168,142,75); }

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